mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 21:15:45 +01:00
Fix :run!.
Broken by me in 4582cb2b148c. --HG-- extra : rebase_source : 57fb60a9e103c70b810a3140f46da4b45f552f7a
This commit is contained in:
@@ -841,7 +841,7 @@ unlet s:cpo_save
|
||||
|
||||
modules.autocommands.trigger("ShellCmdPost", {});
|
||||
}, {
|
||||
argCount: "1",
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
// This is abominably slow.
|
||||
// completer: function (context) completion.shellCommand(context),
|
||||
|
||||
Reference in New Issue
Block a user