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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user