diff options
| author | Stephen Blott | 2014-05-18 14:19:52 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2014-05-18 14:19:52 +0100 | 
| commit | d85686ac5e0c35a95d0dd17f08a2b6b269c9349c (patch) | |
| tree | 2a8c3d77130940ef1e01070a1984f77161f5e0af | |
| parent | c16d0974cd7c688050c9f2f7e539d5db3077a567 (diff) | |
| download | vimium-d85686ac5e0c35a95d0dd17f08a2b6b269c9349c.tar.bz2 | |
Document top-level folders.
| -rw-r--r-- | background_scripts/completion.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 3e80526a..07f97322 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -137,6 +137,7 @@ class BookmarkCompleter        @bookmarks = @traverseBookmarks(bookmarks).filter((bookmark) -> bookmark.url?)        @onBookmarksLoaded() +  # If these names occur as top-level bookmark names, then they are not included in the names of bookmark folders.    ignoreTopLevel:      'Other Bookmarks': true      'Mobile Bookmarks': true  | 
