From 50f73844c8342a192dfa763ad8b2e0038822572d Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Thu, 18 Dec 2008 13:20:47 -0500 Subject: [PATCH] Reverting empty defsearch changes in last two commits. Leaving in JS catches. --- vimperator/content/bookmarks.js | 2 +- vimperator/locale/en-US/options.txt | 3 --- 2 files changed, 1 insertion(+), 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]]. ____