diff --git a/common/content/io.js b/common/content/io.js index 724d0f7b..6f94610a 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -374,6 +374,7 @@ function IO() //{{{ let output = io.system(arg); + commandline.command = "!" + arg; commandline.echo(template.commandOutput({output})); autocommands.trigger("ShellCmdPost", {});