diff options
author | pekepeke | 2008-11-24 14:21:49 +0000 |
---|---|---|
committer | pekepeke | 2008-11-24 14:21:49 +0000 |
commit | a8080976ff94fff034125ec282f65c7c808f3426 (patch) | |
tree | f64dfe6338d583fb1644e647709f1c398e8e7c03 /ldrize_cooperation.js | |
parent | 5531c04f207067597c1742feebd6d2205d46b206 (diff) | |
download | vimperator-plugins-a8080976ff94fff034125ec282f65c7c808f3426.tar.bz2 |
fix for 2.0pre
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24760 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'ldrize_cooperation.js')
-rw-r--r-- | ldrize_cooperation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldrize_cooperation.js b/ldrize_cooperation.js index 6c01cf7..165a147 100644 --- a/ldrize_cooperation.js +++ b/ldrize_cooperation.js @@ -258,7 +258,7 @@ liberator.modules.commandline.echo(showString, liberator.modules.commandline.HL_NORMAL, liberator.modules.commandline.FORCE_MULTILINE);
},{});
liberator.modules.commands.addUserCommand(["mb","m","minibuffer"], "Execute Minibuffer",
- function(arg){self.Minibuffer.execute(arg)},
+ function(arg){self.Minibuffer.execute(arg.string)},
{
completer: function(filter){
var completionList = [];
|