Fix :run.

This commit is contained in:
Doug Kearns
2011-01-25 18:16:28 +11:00
parent acf73951d4
commit a35f064cc8
+1 -1
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>);