1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 01:57:59 +01:00

push literalArg onto the end of args.arguments in parseArgs - still a bit of a

mess
This commit is contained in:
Doug Kearns
2008-11-03 06:00:44 +00:00
parent e8cf48af6c
commit 31ba397ff5
6 changed files with 17 additions and 18 deletions

View File

@@ -111,10 +111,10 @@ function AutoCommands() //{{{
}
},
{
argCount: 2,
argCount: "3",
bang: true,
literal: true,
completer: function (filter) completion.event(filter)
completer: function (filter) completion.event(filter),
literal: true
});
// TODO: expand target to all buffers