mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:37:58 +01:00
Fix :run. Bad macro. :( No more commits until Ive had proper sleep.
This commit is contained in:
@@ -365,7 +365,7 @@ function IO() //{{{
|
|||||||
|
|
||||||
let output = io.system(args);
|
let output = io.system(args);
|
||||||
|
|
||||||
commandline.commandOutput(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