1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 16:05:46 +01:00

Closes issue #598.

This commit is contained in:
Kris Maglione
2011-07-14 01:53:19 -04:00
parent a3b73cd311
commit d0a70332b6

View File

@@ -1160,7 +1160,7 @@ var Options = Module("options", {
if (context.filter.indexOf("=") == -1) {
if (false && prefix)
context.filters.push(function ({ item }) item.type == "boolean" || prefix == "inv" && isArray(item.values));
return completion.option(context, opt.scope, prefix);
return completion.option(context, opt.scope, opt.name == "inv" ? opt.name : prefix);
}
function error(length, message) {