mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 21:15:45 +01:00
add "?" as the argCount to commands with an optional single arg
This commit is contained in:
@@ -367,6 +367,7 @@ function IO() //{{{
|
||||
autocommands.trigger("ShellCmdPost", {});
|
||||
},
|
||||
{
|
||||
argCount: "?", // TODO: "1" - probably not worth supporting weird Vim edge cases. The dream is dead. --djk
|
||||
bang: true,
|
||||
completer: function (context) completion.shellCommand(context),
|
||||
literal: 0
|
||||
|
||||
Reference in New Issue
Block a user