1
0
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:
Kris Maglione
2008-11-29 13:13:54 +00:00
parent 5e34333db9
commit b6c5bea5a1
2 changed files with 9 additions and 9 deletions

View File

@@ -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),
});