From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22639 invoked from network); 4 Feb 2002 06:21:02 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Feb 2002 06:21:02 -0000 Received: (qmail 15621 invoked by alias); 4 Feb 2002 06:20:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16546 Received: (qmail 15608 invoked from network); 4 Feb 2002 06:20:54 -0000 Message-ID: <20020204062051.78497.qmail@web10403.mail.yahoo.com> Date: Sun, 3 Feb 2002 22:20:51 -0800 (PST) From: Felix Rosencrantz Subject: PATCH: Small changes to _cvs & _perl To: zsh-workers MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-721844631-1012803651=:78105" --0-721844631-1012803651=:78105 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This patch fixes the "_cvs/arguments/-A" problem on the _cvs side reported in zsh-workers:16376. There is a minor fix for "cvs log -R" which is not "recursive". Also, I've made a change to _perl to complete the arguments for a perl script with _normal. -FR __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com --0-721844631-1012803651=:78105 Content-Type: text/plain; name="Patch_CVS_PERL.txt" Content-Description: Patch_CVS_PERL.txt Content-Disposition: inline; filename="Patch_CVS_PERL.txt" Index: zsh/Completion/Unix/Command/_cvs =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_cvs,v retrieving revision 1.9 diff -r1.9 _cvs 152d151 < '-A[reset sticky tags, dates and -k]' \ 153a153 > '-A[reset sticky tags, dates and -k]' \ 401,402c401,402 < '(-R)-l[don'\''t recursive]' \ < '(-l)-R[recursive]' \ --- > '-l[don'\''t recurse]' \ > '-R[Print the name of RCS file in the repository]' \ 544d543 < '-A[reset sticky tags, dates and -k]' \ 545a545 > '-A[reset sticky tags, dates and -k]' \ Index: zsh/Completion/Unix/Command/_perl =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_perl,v retrieving revision 1.3 diff -r1.3 _perl 34c34,35 < '*:Perl script:_files -/ -g \*.p\[ml\]' --- > '1:Perl script:_files -/ -g \*.p\[ml\]' \ > '*::args: _normal' --0-721844631-1012803651=:78105--