Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [mdz@xxxxxxxxxx: Bug#147853: zsh: CVS completion should respect $CVSIGNORE]
- X-seq: zsh-workers 17229
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: Clint Adams <clint@xxxxxxx>
- Subject: Re: [mdz@xxxxxxxxxx: Bug#147853: zsh: CVS completion should respect $CVSIGNORE]
- Date: 26 May 2002 10:41:12 +0400
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <20020525225451.GA16860@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020523061818.GA17828@xxxxxxxx> <Pine.LNX.4.44.0205230710530.24306-100000@xxxxxxxxxxxxxxxx> <20020525225451.GA16860@xxxxxxxx>
В Вск, 26.05.2002, в 02:54, Clint Adams написал:
> > Shouldn't that be something like
> >
> > omitpats=($omitpats $=CVSIGNORE)
> >
> > ?? ("Any entries", plural ...)
>
> Yes, probably. Now I'm wondering what the $=cvsignore bit is supposed
> to do.
>
It is supposed to split the value using IFS as separator :-)
{pts/0}% foo='a b c'
{pts/0}% print -l $foo
a b c
{pts/0}% print -l $=foo
a
b
c
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author