From a8080976ff94fff034125ec282f65c7c808f3426 Mon Sep 17 00:00:00 2001 From: pekepeke Date: Mon, 24 Nov 2008 14:21:49 +0000 Subject: fix for 2.0pre git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24760 d0d07461-0603-4401-acd4-de1884942a52 --- ldrize_cooperation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldrize_cooperation.js') 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 = []; -- cgit v1.2.3