mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:42:27 +01:00
:macros argCount "1" -> "?"
This commit is contained in:
@@ -716,7 +716,7 @@ function Events() //{{{
|
||||
"List all macros",
|
||||
function (args) { completion.listCompleter("macro", args[0]) },
|
||||
{
|
||||
argCount: "1",
|
||||
argCount: "?",
|
||||
completer: function (context) completion.macro(context),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user