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

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



On Thu, 23 May 2002, Clint Adams wrote:

>    * Any entries in the environment variable `$CVSIGNORE' is appended
>      to the list.
> --- /tmp/_cvs.old       Thu May 23 00:14:38 2002
> +++ /usr/share/zsh/4.0.4/functions/Completion/Unix/_cvs Thu May 23 00:14:41 2002
> +    omitpats=($omitpats $CVSIGNORE)

Shouldn't that be something like

	omitpats=($omitpats $=CVSIGNORE)

??  ("Any entries", plural ...)



Messages sorted by: Reverse Date, Date, Thread, Author