mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-25 01:12:27 +01:00
Fix slight markup error in last commit.
This commit is contained in:
@@ -645,15 +645,15 @@
|
||||
Example:
|
||||
<code><ex>:command foo -nargs=<str>?</str>
|
||||
\ -complete custom,<str delim="'">
|
||||
\ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]]</str></ex>
|
||||
\ <ex>:echo</ex> <str>Useless </str> + <em><q-args></em>
|
||||
\ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]]</str>
|
||||
\ </ex><ex>:echo</ex> <str>Useless </str> + <em><q-args></em>
|
||||
|
||||
<ex>:command foo -nargs=<str>?</str>
|
||||
\ -complete custom,<str delim="'">[
|
||||
\ ["arg1", "description1"],
|
||||
\ ["arg2, "description2"]
|
||||
\ ]</str></ex>
|
||||
\ <ex>:echo</ex> <str>Same as above but simpler </str> + <em><q-args></em></code>
|
||||
\ ]</str>
|
||||
\ </ex><ex>:echo</ex> <str>Same as above but simpler </str> + <em><q-args></em></code>
|
||||
</p>
|
||||
|
||||
<h3 tag="E177 E178 :command-count">Count handling</h3>
|
||||
|
||||
Reference in New Issue
Block a user