1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 04:02:27 +01:00

Fix :run!.

Broken by me in 4582cb2b148c.

--HG--
extra : rebase_source : 57fb60a9e103c70b810a3140f46da4b45f552f7a
This commit is contained in:
Doug Kearns
2011-07-10 18:10:22 +10:00
parent c3739007d2
commit 5fbfbf03db
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -45,7 +45,6 @@ function toolbarState(selector, state)
var tests = {
"!": {
error: [""],
multiOutput: ["echo foo"]
},
get Clistkeys() this.listcommands,