mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:08:00 +01:00
Add template.listCompleter to list completion results to the MOW.
This commit is contained in:
@@ -818,7 +818,8 @@ function Commands() //{{{
|
||||
cmd.argCount,
|
||||
cmd.count ? "0c" : "",
|
||||
completerToString(cmd.completer),
|
||||
cmd.replacementText || "function () { ... }"] for each (cmd in cmds)));
|
||||
cmd.replacementText || "function () { ... }"]
|
||||
for each (cmd in cmds)));
|
||||
|
||||
commandline.echo(str, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user