mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 03:47:57 +01:00
fix 'eventignore' completion
This commit is contained in:
@@ -48,7 +48,7 @@ function AutoCommands() //{{{
|
||||
"List of autocommand event names which should be ignored",
|
||||
"stringlist", "",
|
||||
{
|
||||
completer: function (value) Array(config.autocommands).push(["all", "All events"]),
|
||||
completer: function (value) config.autocommands.concat([["all", "All events"]]),
|
||||
validator: function (value)
|
||||
{
|
||||
let values = value.split(",");
|
||||
|
||||
Reference in New Issue
Block a user