From 9acc1dd713d95c0e894b4eee86f524888753f8a3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 22 Sep 1999 22:29:54 +0000 Subject: zsh-workers/8001 --- Doc/Zsh/compctl.yo | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh/compctl.yo') diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo index eaf257660..5ac0a910d 100644 --- a/Doc/Zsh/compctl.yo +++ b/Doc/Zsh/compctl.yo @@ -137,7 +137,7 @@ matching specifications, as described below in noderef(Matching Control). texinode(Option Flags)(Alternative Completion)(Command Flags)(Programmable Completion Using compctl) sect(Option Flags) startlist() -list([ tt(-fcFBdeaRGovNAIOPZEnbjrzu/) ]) +list([ tt(-fcFBdeaRGovNAIOPZEnbjrzu/12) ]) list([ tt(-k) var(array) ] [ tt(-g) var(globstring) ] \ [ tt(-s) var(subststring) ]) list([ tt(-K) var(function) ] [ tt(-i) var(function) ]) @@ -516,6 +516,18 @@ nor in menucompletion. These unsorted groups are in a different name 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 +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. +) item(tt(-M) var(match-spec))( This defines additional matching control specifications that should be used only when testing words for the list of flags this flag appears in. The format -- cgit 1.4.1