mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 18:05:45 +01:00
Fix :run.
This commit is contained in:
@@ -836,7 +836,7 @@ unlet s:cpo_save
|
|||||||
|
|
||||||
let result = io.system(arg);
|
let result = io.system(arg);
|
||||||
if (result.returnValue != 0)
|
if (result.returnValue != 0)
|
||||||
result.output += "\nshell returned " + res;
|
result.output += "\nshell returned " + result.returnValue;
|
||||||
|
|
||||||
modules.commandline.command = "!" + arg;
|
modules.commandline.command = "!" + arg;
|
||||||
modules.commandline.commandOutput(<span highlight="CmdOutput">{result.output}</span>);
|
modules.commandline.commandOutput(<span highlight="CmdOutput">{result.output}</span>);
|
||||||
|
|||||||
Reference in New Issue
Block a user