1
0
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:
Kris Maglione
2009-11-13 21:50:06 -05:00
parent a75ef9a540
commit a9e8d9d691
11 changed files with 25 additions and 46 deletions

View File

@@ -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"],