1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:08:00 +01:00

Fix :run. Bad macro. :( No more commits until Ive had proper sleep.

This commit is contained in:
Kris Maglione
2008-12-07 14:42:36 -05:00
parent bdc8b4794c
commit ad0bc34c90

View File

@@ -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", {});
}, },