summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimperator/content/bookmarks.js2
-rw-r--r--vimperator/locale/en-US/options.txt3
2 files changed, 1 insertions, 4 deletions
diff --git a/vimperator/content/bookmarks.js b/vimperator/content/bookmarks.js
index 74cf8669..8961f2fc 100644
--- a/vimperator/content/bookmarks.js
+++ b/vimperator/content/bookmarks.js
@@ -259,7 +259,7 @@ function Bookmarks() //{{{
"string", "google",
{
completer: function completer(context) completion.search(context, true),
- validator: function validator(value) value == "" || Option.validateCompleter.call(this, value)
+ validator: Option.validateCompleter
});
options.add(["preload"],
diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt
index ab3b67c0..71056576 100644
--- a/vimperator/locale/en-US/options.txt
+++ b/vimperator/locale/en-US/options.txt
@@ -247,9 +247,6 @@ This means, it you set 'defsearch' to "youtube", then [c]:open arnold
schwarzenegger[c] will be exactly the same as [c]:open youtube arnold
schwarzenegger[c]. Therefore, you need to add a keyword or search engine
"youtube" first.
-
-If 'defsearch' is empty, then Firefox will always attempt to open the
-raw [[arg]].
____