mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 07:33:31 +02:00
Automagically linkify help index descriptions.
This commit is contained in:
@@ -555,7 +555,7 @@ lookup:
|
||||
"E189: " + filename.quote() + " exists (add ! to override)");
|
||||
|
||||
// TODO: Use a set/specifiable list here:
|
||||
let lines = [cmd.serialize().map(commands.commandToString, cmd) for (cmd in commands) if (cmd.serialize)];
|
||||
let lines = [cmd.serialize().map(commands.commandToString, cmd) for (cmd in commands.iterator()) if (cmd.serialize)];
|
||||
lines = array.flatten(lines);
|
||||
|
||||
lines.unshift('"' + dactyl.version + "\n");
|
||||
|
||||
Reference in New Issue
Block a user