1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 21:02:25 +01:00

Fix :!! message window command line string.

The ! should be expanded to the previous command string.
This commit is contained in:
Doug Kearns
2009-10-03 01:37:21 +10:00
parent 3c1ad3089e
commit 2b5067dc83

View File

@@ -374,6 +374,7 @@ function IO() //{{{
let output = io.system(arg);
commandline.command = "!" + arg;
commandline.echo(template.commandOutput(<span highlight="CmdOutput">{output}</span>));
autocommands.trigger("ShellCmdPost", {});