mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 12:04:12 +01:00
Fix color scheme completion in the wake of revision 52c986d043c7. Closes issue #35.
This commit is contained in:
@@ -244,7 +244,7 @@ const Highlights = Module("Highlight", {
|
||||
},
|
||||
{
|
||||
argCount: "1",
|
||||
completer: function (context) completion.colorScheme(context)
|
||||
completer: function (context) modules.completion.colorScheme(context)
|
||||
});
|
||||
|
||||
commands.add(["hi[ghlight]"],
|
||||
|
||||
Reference in New Issue
Block a user