Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
doc question about compadd
- X-seq: zsh-workers 9467
- From: Alexandre Duret-Lutz <duret_g@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: doc question about compadd
- Date: 29 Jan 2000 10:04:34 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>From zshcompwid.1:
-1 If given together with the -V option, makes
only consecutive duplicates in the group be
removed. Note that groups with and without
this flag are in different name spaces.
-2 If given together with the -J or -V option,
makes all duplicates be kept. Again, groups
with and without this flag are in different
name spaces.
I deduce that -1 cannot be used with -J.
>From Completion/Core/_tags:
compadd -J "$name"
compadd -V "$name"
compadd -J "$name" -1
compadd -V "$name" -1
compadd -J "$name" -2
compadd -V "$name" -2
I deduce that it can.
Which is wrong?
--
Alexandre Duret-Lutz
Messages sorted by:
Reverse Date,
Date,
Thread,
Author