aboutsummaryrefslogtreecommitdiffstats
path: root/command_menu.js
diff options
context:
space:
mode:
authoranekos2009-08-27 12:37:51 +0000
committeranekos2009-08-27 12:37:51 +0000
commit9f691e05aae8b0ad1c4f3fe559b0f2f2c9559ea2 (patch)
tree689761603b8b70c9830913d57cfa5c6f5422787b /command_menu.js
parentb17b6f377d2a877f8fa15bdd561e9d2f251208e6 (diff)
downloadvimperator-plugins-9f691e05aae8b0ad1c4f3fe559b0f2f2c9559ea2.tar.bz2
Follow HEAD
for http://vimperator.org/trac/gitweb/?p=liberator.git;a=commit;h=f20c2b315bb05c2e88d0c672f07dc229cc9267d2 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35099 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'command_menu.js')
-rw-r--r--command_menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_menu.js b/command_menu.js
index 8efcdbd..f101ee7 100644
--- a/command_menu.js
+++ b/command_menu.js
@@ -204,7 +204,7 @@ let PLUGIN_INFO =
liberator.echoerr('menu not found');
},
{
- completer: function (context, arg, bang) {
+ completer: function (context, arg) {
const gps = function (it) getPathString(it, equal(root), getElementName, isClickable);
const fp = function (it) [gps(it), it.tooltipText || ''];
return [0, _find(context.filter).map(fp)];