mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:28:00 +01:00
Fix :sethg diff options.js completer.
This commit is contained in:
@@ -1016,8 +1016,8 @@ const Options = Module("options", {
|
||||
context.advance(filter.length);
|
||||
filter = filter.substr(0, filter.length - 1);
|
||||
context.completions = [
|
||||
[this._loadPreference(filter, null, false), "Current Value"],
|
||||
[this._loadPreference(filter, null, true), "Default Value"]
|
||||
[options._loadPreference(filter, null, false), "Current Value"],
|
||||
[options._loadPreference(filter, null, true), "Default Value"]
|
||||
].filter(function ([k]) k != null);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user