mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:12:28 +01:00
Add CompletionContextoptions.jswait. Dont preview 1 character substrings.
This commit is contained in:
@@ -235,7 +235,7 @@ function Bookmarks() //{{{
|
||||
"string", "google",
|
||||
{
|
||||
completer: function completer(context) completion.search(context, true),
|
||||
validator: function validator(value) completion.runCompleter("search", "", true).some(function ([s]) s == value)
|
||||
validator: options.validateCompleter
|
||||
});
|
||||
|
||||
options.add(["preload"],
|
||||
|
||||
Reference in New Issue
Block a user