From 7e231433596be391d1e5fa82fc9ebf72ee4cb7ea Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 8 Aug 2001 07:20:56 +0000 Subject: follow-up to 15588; add -w option to _values (look at all words); change _dd back (15597) --- Doc/Zsh/compsys.yo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 6314fa2e5..ddfe59368 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3975,6 +3975,10 @@ next argument is used as the character that separates multiple values. Thus the values completed appear in the same word on the command line, unlike completion using tt(_arguments). +Normally, tt(_values) will only use the current word to determine +which values are already present on the command line. If the tt(-w) +option is given, the other arguments are used, too. + The first argument (after the options and separator character if they are given) is used as a string to print as a description before listing the values. -- cgit 1.4.1