mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:42:27 +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);
|
||||
|
||||
commandline.command = "!" + arg;
|
||||
commandline.echo(template.commandOutput(<span highlight="CmdOutput">{output}</span>));
|
||||
|
||||
autocommands.trigger("ShellCmdPost", {});
|
||||
|
||||
Reference in New Issue
Block a user