mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:47:58 +01:00
Remove the command Args dependency from a few straggling completers.
--HG-- extra : rebase_source : 12e642050a248dc0a33164d6757e925c9339a760
This commit is contained in:
@@ -1252,7 +1252,7 @@ const Commands = Module("commands", {
|
||||
argCount: args["-nargs"],
|
||||
bang: args["-bang"],
|
||||
count: args["-count"],
|
||||
completer: completeFunc,
|
||||
completer: function (context) completeFunc(context),
|
||||
persist: !args["-nopersist"],
|
||||
replacementText: args.literalArg,
|
||||
sourcing: io.sourcing && update({}, io.sourcing)
|
||||
|
||||
Reference in New Issue
Block a user