summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Pavlic <ted@tedpavlic.com>2008-12-18 13:20:47 -0500
committerTed Pavlic <ted@tedpavlic.com>2008-12-18 13:20:47 -0500
commit50f73844c8342a192dfa763ad8b2e0038822572d (patch)
treec4f1c0ef64f2651828cbc5ed72f656fa28e81a43
parentd6e5bdbe771a60d4264e3d99260da701c09c00ce (diff)
downloadpentadactyl-50f73844c8342a192dfa763ad8b2e0038822572d.tar.gz
Reverting empty defsearch changes in last two commits. Leaving in JS catches.
-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]].
____