mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:37:58 +01:00
Make Option.validateCompleter the default validator: look out for minor breakage.
This commit is contained in:
@@ -594,8 +594,7 @@ const Bookmarks = Module("bookmarks", {
|
||||
completer: function completer(context) {
|
||||
completion.search(context, true);
|
||||
context.completions = [["", "Don't perform searches by default"]].concat(context.completions);
|
||||
},
|
||||
validator: Option.validateCompleter
|
||||
}
|
||||
});
|
||||
},
|
||||
completion: function () {
|
||||
|
||||
Reference in New Issue
Block a user