mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 20:45:47 +01:00
Better option completion/validation.
This commit is contained in:
@@ -128,7 +128,7 @@ const liberator = (function () //{{{
|
||||
["b", "Bookmark bar"]
|
||||
].concat(!liberator.has("tabs") ? [] : tabopts);
|
||||
},
|
||||
validator: function (value) Array.every(value, function (c) c in config.guioptions || tabopts.some(function (a) a[0] == c))
|
||||
validator: options.validateCompleter
|
||||
});
|
||||
|
||||
options.add(["helpfile", "hf"],
|
||||
|
||||
Reference in New Issue
Block a user