diff options
-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 |