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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user