From 83032fe8761f8830f4894aad6e84cbe46bbe7512 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 8 May 2001 12:24:21 +0000 Subject: add -S option to specify separator between values and their arguments; make _values add the value-separator as a suffix for most types of actions (14257) --- Doc/Zsh/compsys.yo | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 7e322aa9b..79574d321 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3949,8 +3949,14 @@ listing the values. All other arguments describe the possible values and their arguments in the same format used for the description of options by the tt(_arguments) function (see above). The only differences are that -no minus or plus sign is required at the beginning and that -values can have only one argument. +no minus or plus sign is required at the beginning, that +values can have only one argument and that those forms of actions +beginning with an equal sign are not supported. + +The character separating a value from its argument can be set using the +option tt(-S) (like tt(-s), followed by the character to use as the +separator in the next argument). If this option is not used, the equal +sign will be used as the separator. Example: -- cgit 1.4.1