diff options
author | teramako | 2008-11-19 14:52:44 +0000 |
---|---|---|
committer | teramako | 2008-11-19 14:52:44 +0000 |
commit | 942dd8b8c7bc281cc3edb97b6d11e4e2c177a4e0 (patch) | |
tree | 9d4547b991c2873d9ddc51e11876f337257c3d82 /bufferecho.js | |
parent | d60efc7a74098cbd681d9d9846473485fa97b4a3 (diff) | |
download | vimperator-plugins-942dd8b8c7bc281cc3edb97b6d11e4e2c177a4e0.tar.bz2 |
follow CVS Head
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24351 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'bufferecho.js')
-rw-r--r-- | bufferecho.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bufferecho.js b/bufferecho.js index 39398dc..c8a900f 100644 --- a/bufferecho.js +++ b/bufferecho.js @@ -26,7 +26,7 @@ function htmlEscape(str){ commands.addUserCommand(['bufferecho','becho'],'Display results of JavaScript to a buffer(browser)', function(args, special){ - liberator.plugins.buffer_echo.open(args, special); + liberator.plugins.buffer_echo.open(args.string, special); },{ completer: function(filter) completion.javascript(filter) },true |