From 1fb481b8c28f555c4f9b787cc92498a3821541ec Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 17 Apr 2000 08:22:44 +0000 Subject: better completion after `=', everywhere (10780) --- Doc/Zsh/compsys.yo | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Doc') 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 -- cgit 1.4.1