mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:14:12 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -918,7 +918,7 @@ unlet s:cpo_save
|
||||
result.output += "\n" + _("io.shellReturn", result.returnValue);
|
||||
|
||||
modules.commandline.command = args.commandName.replace("run", "$& ") + arg;
|
||||
modules.commandline.commandOutput(<span highlight="CmdOutput">{result.output}</span>);
|
||||
modules.commandline.commandOutput(["span", { highlight: "CmdOutput" }, result.output]);
|
||||
|
||||
modules.autocommands.trigger("ShellCmdPost", {});
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user