From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11876 invoked from network); 23 May 2002 14:12:21 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 May 2002 14:12:21 -0000 Received: (qmail 12239 invoked by alias); 23 May 2002 14:12:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17216 Received: (qmail 12219 invoked from network); 23 May 2002 14:12:06 -0000 Date: Thu, 23 May 2002 07:11:59 -0700 (PDT) From: Bart Schaefer Sender: schaefer@ns1.sodaware.com To: Clint Adams cc: zsh-workers@sunsite.dk Subject: Re: [mdz@debian.org: Bug#147853: zsh: CVS completion should respect $CVSIGNORE] In-Reply-To: <20020523061818.GA17828@dman.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 ...)