mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 11:12:31 +01:00
Make Option.validateCompleter the default validator: look out for minor breakage.
This commit is contained in:
@@ -264,8 +264,7 @@ const AutoCommands = Module("autocommands", {
|
||||
"List of autocommand event names which should be ignored",
|
||||
"stringlist", "",
|
||||
{
|
||||
completer: function () config.autocommands.concat([["all", "All events"]]),
|
||||
validator: Option.validateCompleter
|
||||
completer: function () config.autocommands.concat([["all", "All events"]])
|
||||
});
|
||||
|
||||
options.add(["focuscontent", "fc"],
|
||||
|
||||
Reference in New Issue
Block a user