mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:47:58 +01:00
Fix 'cpt' completer. Closes issue #149.
This commit is contained in:
@@ -1539,7 +1539,7 @@ const CommandLine = Module("commandline", {
|
||||
"Items which are completed at the :open prompts",
|
||||
"charlist", typeof(config.defaults["complete"]) == "string" ? config.defaults["complete"] : "slf",
|
||||
{
|
||||
completer: function (context) array(keys(completion.urlCompleters)),
|
||||
completer: function (context) array(values(completion.urlCompleters)),
|
||||
validator: Option.validateCompleter
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user