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:
@@ -374,6 +374,7 @@ function IO() //{{{
|
|||||||
|
|
||||||
let output = io.system(arg);
|
let output = io.system(arg);
|
||||||
|
|
||||||
|
commandline.command = "!" + arg;
|
||||||
commandline.echo(template.commandOutput(<span highlight="CmdOutput">{output}</span>));
|
commandline.echo(template.commandOutput(<span highlight="CmdOutput">{output}</span>));
|
||||||
|
|
||||||
autocommands.trigger("ShellCmdPost", {});
|
autocommands.trigger("ShellCmdPost", {});
|
||||||
|
|||||||
Reference in New Issue
Block a user