1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-07-01 15:56:32 +02:00

Fix :time :stuff, etc.

This commit is contained in:
Kris Maglione
2008-12-07 10:48:03 -05:00
parent 419c7ca662
commit 7693ac5000
9 changed files with 32 additions and 37 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ function IO() //{{{
let output = io.system(args);
commandline.echo(template.generic(<span highlight="CmdOutput">{output}</span>));
commandline.commandOutput(template.commandOutput(<span highlight="CmdOutput">{output}</span>));
autocommands.trigger("ShellCmdPost", {});
},