From ad0bc34c9003aa1bf6e133c3319f64a8997ad391 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 7 Dec 2008 14:42:36 -0500 Subject: [PATCH] Fix :run. Bad macro. :( No more commits until Ive had proper sleep. --- common/content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/io.js b/common/content/io.js index 22156ffb..46735370 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -365,7 +365,7 @@ function IO() //{{{ let output = io.system(args); - commandline.commandOutput(template.commandOutput({output})); + commandline.echo(template.commandOutput({output})); autocommands.trigger("ShellCmdPost", {}); },