From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7541 invoked from network); 20 Nov 1999 20:41:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Nov 1999 20:41:04 -0000 Received: (qmail 28582 invoked by alias); 20 Nov 1999 20:41:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8696 Received: (qmail 28574 invoked from network); 20 Nov 1999 20:40:58 -0000 From: "Bart Schaefer" Message-Id: <991120204054.ZM15624@candle.brasslantern.com> Date: Sat, 20 Nov 1999 20:40:54 +0000 In-Reply-To: <991120202337.ZM15569@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Another problem with cvs completion" (Nov 20, 8:23pm) References: <991120202337.ZM15569@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: Another problem with cvs completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Found that one myself. Index: Completion/User/_cvs =================================================================== @@ -365,14 +365,14 @@ _arguments -s \ -{l,R} \ ':watch command:' \ - ':*:file:_cvs_files' + '*:file:_cvs_files' ;; add|remove) # "+lRa:" _arguments -s \ -{l,R} \ '*-a+:action:(edit unedit commit all none)' \ ':watch command:' \ - ':*:file:_cvs_files' + '*:file:_cvs_files' ;; esac fi @@ -383,7 +383,7 @@ # "+lR" _arguments -s \ -{l,R} \ - ':*:file:_cvs_files' + '*:file:_cvs_files' } (( $+functions[_cvs_root] )) || -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com