mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-26 05:55: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", {});
|
modules.autocommands.trigger("ShellCmdPost", {});
|
||||||
}, {
|
}, {
|
||||||
argCount: "1",
|
argCount: "?",
|
||||||
bang: true,
|
bang: true,
|
||||||
// This is abominably slow.
|
// This is abominably slow.
|
||||||
// completer: function (context) completion.shellCommand(context),
|
// completer: function (context) completion.shellCommand(context),
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ function toolbarState(selector, state)
|
|||||||
|
|
||||||
var tests = {
|
var tests = {
|
||||||
"!": {
|
"!": {
|
||||||
error: [""],
|
|
||||||
multiOutput: ["echo foo"]
|
multiOutput: ["echo foo"]
|
||||||
},
|
},
|
||||||
get Clistkeys() this.listcommands,
|
get Clistkeys() this.listcommands,
|
||||||
|
|||||||
Reference in New Issue
Block a user