diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-17 08:22:44 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-17 08:22:44 +0000 |
commit | 1fb481b8c28f555c4f9b787cc92498a3821541ec (patch) | |
tree | 49e3978fdb7a2b1d65f3ce13d1faa82305d09bc9 /Doc/Zsh/compsys.yo | |
parent | cd45aa331dc206b1b40c5be5e222d46148bf42ac (diff) | |
download | zsh-1fb481b8c28f555c4f9b787cc92498a3821541ec.tar.gz zsh-1fb481b8c28f555c4f9b787cc92498a3821541ec.tar.xz zsh-1fb481b8c28f555c4f9b787cc92498a3821541ec.zip |
better completion after `=', everywhere (10780)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 91e5c78e8..5e698a9ae 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -771,6 +771,18 @@ generating filenames as matches to find out if the cursor should be left after the first ambiguous pathname component even when menucompletion is used. ) +kindex(assign-list, completion style) +item(tt(assign-list))( +When completing after an equal sign, the completion system normally +completes only one filename. But when completing the value for some +parameters or after other strings separated by an equal sign from a +value, a colon-separated list of filenames is needed. This style +can be set to a list of patterns matching the names of parameters for +which such a colon-separated list of filenames should be completed. + +The default is to complete lists when the word on the line already +contains a colon. +) kindex(auto-description, completion style) item(tt(auto-description))( If set, this style's value will be used as the description for options which |