diff options
author | anekos | 2009-02-22 22:05:07 +0000 |
---|---|---|
committer | anekos | 2009-02-22 22:05:07 +0000 |
commit | 8bef8482f991eaff9cdae58022ce8d76201ff9eb (patch) | |
tree | 7d71fd562fed373650a722d0c3a25697e0c1237c | |
parent | 7905ad03499bf7c4576c2a2ce09dab86376a0b94 (diff) | |
download | vimperator-plugins-8bef8482f991eaff9cdae58022ce8d76201ff9eb.tar.bz2 |
一行の結果でも、echo がすぐに消えてしまわないようにした
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30446 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | jsh.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ liberator.plugins.jsh = (function() { result = String(value); } - liberator.echo(result); + liberator.echo(result, commandline.FORCE_MULTILINE); } // }}} |