Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [mdz@xxxxxxxxxx: Bug#147853: zsh: CVS completion should respect $CVSIGNORE]



В Вск, 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