mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 03:12:27 +01:00
Reverting empty defsearch changes in last two commits. Leaving in JS catches.
This commit is contained in:
@@ -259,7 +259,7 @@ function Bookmarks() //{{{
|
|||||||
"string", "google",
|
"string", "google",
|
||||||
{
|
{
|
||||||
completer: function completer(context) completion.search(context, true),
|
completer: function completer(context) completion.search(context, true),
|
||||||
validator: function validator(value) value == "" || Option.validateCompleter.call(this, value)
|
validator: Option.validateCompleter
|
||||||
});
|
});
|
||||||
|
|
||||||
options.add(["preload"],
|
options.add(["preload"],
|
||||||
|
|||||||
@@ -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] will be exactly the same as [c]:open youtube arnold
|
||||||
schwarzenegger[c]. Therefore, you need to add a keyword or search engine
|
schwarzenegger[c]. Therefore, you need to add a keyword or search engine
|
||||||
"youtube" first.
|
"youtube" first.
|
||||||
|
|
||||||
If 'defsearch' is empty, then Firefox will always attempt to open the
|
|
||||||
raw [[arg]].
|
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user