diff --git a/vimperator/content/bookmarks.js b/vimperator/content/bookmarks.js index 9f74f1e9..5ae08f99 100644 --- a/vimperator/content/bookmarks.js +++ b/vimperator/content/bookmarks.js @@ -603,6 +603,7 @@ function Bookmarks() //{{{ list: function list(filter, tags, openItems, maxItems) { // FIXME: returning here doesn't make sense + // Why the hell doesn't it make sense? --Kris if (!openItems) return completion.listCompleter("bookmark", filter, maxItems, tags); let items = completion.runCompleter("bookmark", filter, maxItems, tags); @@ -850,6 +851,7 @@ function History() //{{{ list: function list(filter, openItems, maxItems) { // FIXME: returning here doesn't make sense + // Why the hell doesn't it make sense? --Kris if (!openItems) return completion.listCompleter("history", filter, maxItems); let items = completion.runCompleter("history", filter, maxItems);