zsh-workers
 help / color / mirror / code / Atom feed
From: Felix Rosencrantz <f_rosencrantz@yahoo.com>
To: zsh-workers <zsh-workers@sunsite.auc.dk>
Subject: PATCH: Small changes to _cvs & _perl
Date: Sun, 3 Feb 2002 22:20:51 -0800 (PST)	[thread overview]
Message-ID: <20020204062051.78497.qmail@web10403.mail.yahoo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

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

[-- Attachment #2: Patch_CVS_PERL.txt --]
[-- Type: text/plain, Size: 939 bytes --]

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' 

             reply	other threads:[~2002-02-04  6:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-04  6:20 Felix Rosencrantz [this message]
2002-02-04  8:45 ` Sven Wischnowsky
2002-02-04 15:35 Felix Rosencrantz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020204062051.78497.qmail@web10403.mail.yahoo.com \
    --to=f_rosencrantz@yahoo.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).