mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 18:32:36 +01:00
Fix color scheme completion
This commit is contained in:
@@ -388,7 +388,7 @@ liberator.registerObserver("load_commands", function ()
|
||||
},
|
||||
{
|
||||
argCount: 1,
|
||||
completer: function (context) completion.colorScheme(context.filter)
|
||||
completer: function (context) completion.colorScheme(context)
|
||||
});
|
||||
|
||||
commands.add(["sty[le]"],
|
||||
|
||||
Reference in New Issue
Block a user