1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-10 13:25:25 +03:00

doc: Sort define-command's switches to match its docstring.

This commit is contained in:
Tim Allen 2021-01-10 23:16:12 +11:00
parent df7b33bc7b
commit e85538e670

View File

@ -441,6 +441,15 @@ New commands can be defined using the *define-command* command:
the command accepts a *num* parameter, which can be either a number,
or of the form <min>..<max>, with both <min> and <max> omittable
*-override*:::
allow the new command to replace an existing one with the same name
*-hidden*:::
do not show the command in command name completions
*-docstring*:::
define the documentation string for the command
*-file-completion*:::
try file completion on any parameter passed to this command
@ -484,15 +493,6 @@ New commands can be defined using the *define-command* command:
- *kak_token_to_complete*::::
Index of the token being completed in the command line.
*-override*:::
allow the new command to replace an existing one with the same name
*-hidden*:::
do not show the command in command name completions
*-docstring*:::
define the documentation string for the command
Using shell expansion allows defining complex commands or accessing
Kakoune's state: