about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-08-08 07:20:56 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-08-08 07:20:56 +0000
commit7e231433596be391d1e5fa82fc9ebf72ee4cb7ea (patch)
tree3db44732dcf35f58f2d4b2a49ae12d479421d79e /Doc/Zsh/compsys.yo
parent0c08265c73513bde5486e49c70543cd77c6e47a6 (diff)
downloadzsh-7e231433596be391d1e5fa82fc9ebf72ee4cb7ea.tar.gz
zsh-7e231433596be391d1e5fa82fc9ebf72ee4cb7ea.tar.xz
zsh-7e231433596be391d1e5fa82fc9ebf72ee4cb7ea.zip
follow-up to 15588; add -w option to _values (look at all words); change _dd back (15597)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 4 insertions, 0 deletions
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.