Merge remote-tracking branch 'krobelus/doc-complete-command-args'

This commit is contained in:
Maxime Coste 2022-03-15 20:24:00 +11:00
commit 13b1681593

View File

@ -515,22 +515,22 @@ Command completion can be configured with the *complete-command* command:
*completion_type* can be: *completion_type* can be:
*file-completion*::: *file*:::
try file completion on any parameter passed to the command try file completion on any parameter passed to the command
*client-completion*::: *client*:::
try client name completion on any parameter passed to the command try client name completion on any parameter passed to the command
*buffer-completion*::: *buffer*:::
try buffer name completion on any parameter passed to the command try buffer name completion on any parameter passed to the command
*command-completion*::: *command*:::
try command completion on any parameter passed to the command try command completion on any parameter passed to the command
*shell-completion*::: *shell*:::
try shell command completion on any parameter passed to the command try shell command completion on any parameter passed to the command
*shell-script-completion*::: *shell-script*:::
following string is a shell command which takes parameters as following string is a shell command which takes parameters as
positional params and outputs one completion candidate per line. positional params and outputs one completion candidate per line.
The provided shell command will run after each keypress. The provided shell command will run after each keypress.