mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 05:23:32 +01:00
Closes issue #598.
This commit is contained in:
@@ -1160,7 +1160,7 @@ var Options = Module("options", {
|
|||||||
if (context.filter.indexOf("=") == -1) {
|
if (context.filter.indexOf("=") == -1) {
|
||||||
if (false && prefix)
|
if (false && prefix)
|
||||||
context.filters.push(function ({ item }) item.type == "boolean" || prefix == "inv" && isArray(item.values));
|
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) {
|
function error(length, message) {
|
||||||
|
|||||||
Reference in New Issue
Block a user