aboutsummaryrefslogtreecommitdiffstats
path: root/command_menu.js
diff options
context:
space:
mode:
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)];