1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 23:35:51 +01:00

Fix :run.

This commit is contained in:
Doug Kearns
2011-01-25 18:16:28 +11:00
parent acf73951d4
commit a35f064cc8

View File

@@ -836,7 +836,7 @@ unlet s:cpo_save
let result = io.system(arg);
if (result.returnValue != 0)
result.output += "\nshell returned " + res;
result.output += "\nshell returned " + result.returnValue;
modules.commandline.command = "!" + arg;
modules.commandline.commandOutput(<span highlight="CmdOutput">{result.output}</span>);