From 91c542daf880dfbd1b05af73505b89edd48236cc Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 14 Dec 2008 18:48:03 -0500 Subject: [PATCH] Why the hell doesn't it make sense? --- vimperator/content/bookmarks.js | 2 ++ 1 file changed, 2 insertions(+) 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);