1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 10:32:25 +01:00

Fix :help completion.

See 13a8b46.
This commit is contained in:
Doug Kearns
2016-01-16 00:38:15 +11:00
parent 8835121bcf
commit 6d9999fa71

View File

@@ -458,7 +458,7 @@ var Help = Module("Help", {
dactyl.initHelp();
context.title = ["Help"];
context.anchored = false;
context.completions = help.tags;
context.completions = iter(help.tags);
if (consolidated)
context.keys = {
text: 0,