1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 02:04:11 +01:00

Fix user command completer listing in :command output.

This commit is contained in:
Doug Kearns
2009-01-11 19:41:46 +11:00
parent 9729969d8b
commit 723dd9cbca
2 changed files with 5 additions and 9 deletions

View File

@@ -330,7 +330,7 @@ properties, describing the completions and where the replacement is to start.
*start* is the index into the word being completed at which the returned values
should be applied and *completions* is a two dimensional array of the form:
\[[arg1, description1], [arg2, description2], ...]
[[arg1, description1], [arg2, description2], ...]
// TODO: add examples