mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-25 04:43:32 +01:00
prefix the invoked Ex command to the MOW output of :!
This commit is contained in:
@@ -195,8 +195,9 @@ liberator.IO = function () //{{{
|
|||||||
lastRunCommand = args;
|
lastRunCommand = args;
|
||||||
|
|
||||||
var output = liberator.io.system(args);
|
var output = liberator.io.system(args);
|
||||||
if (output)
|
var command = ":" + liberator.util.escapeHTML(liberator.commandline.getCommand()) + "<br/>";
|
||||||
liberator.echo(liberator.util.escapeHTML(output));
|
|
||||||
|
liberator.echo(command + liberator.util.escapeHTML(output));
|
||||||
});
|
});
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
|
|||||||
Reference in New Issue
Block a user