1
0
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:
Kris Maglione
2010-09-30 10:22:27 -04:00
parent 08c582fc5c
commit c5d3c22d8f

View File

@@ -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]"],