diff options
Diffstat (limited to 'Doc/Zsh/compctl.yo')
-rw-r--r-- | Doc/Zsh/compctl.yo | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo index 5ac0a910d..03a47f9c4 100644 --- a/Doc/Zsh/compctl.yo +++ b/Doc/Zsh/compctl.yo @@ -517,16 +517,14 @@ space from the sorted ones, so groups defined as tt(-J files) and tt(-V files) are distinct. ) item(tt(-1))( -If given together with the tt(-J) option, makes duplicate matches in -the group be kept. If given together with the tt(-V) option, makes +If given together with the tt(-V) option, makes only consecutive duplicates in the group be removed. Note that groups with and without this flag are in different name spaces. ) item(tt(-2))( -If given together with the tt(-J) option, behaves the same as -tt(-J). If given together with the tt(-V) option, keep all duplicate -matches. Again, groups with and without this flag are in different -name spaces. +If given together with the tt(-J) or tt(-V) option, makes all +duplicates be kept. Again, groups with and without this flag are in +different name spaces. ) item(tt(-M) var(match-spec))( This defines additional matching control specifications that should be used |