From 8bef8482f991eaff9cdae58022ce8d76201ff9eb Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 22 Feb 2009 22:05:07 +0000 Subject: 一行の結果でも、echo がすぐに消えてしまわないようにした git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30446 d0d07461-0603-4401-acd4-de1884942a52 --- jsh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsh.js') diff --git a/jsh.js b/jsh.js index a675a93..3fe074f 100644 --- a/jsh.js +++ b/jsh.js @@ -120,7 +120,7 @@ liberator.plugins.jsh = (function() { result = String(value); } - liberator.echo(result); + liberator.echo(result, commandline.FORCE_MULTILINE); } // }}} -- cgit v1.2.3