Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_cvs malfunction
- X-seq: zsh-workers 17457
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: _cvs malfunction
- Date: Mon, 15 Jul 2002 16:57:20 -0400
- Cc: 152795-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Files with RCS kflags in CVS/Entries will not be excluded from
completion for 'cvs add'.
This seems to fix it, but since it seems to have been purposeful, I am
not committing. Can someone explain what's supposed to be going on
here?
Index: Completion/Unix/Command/_cvs
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_cvs,v
retrieving revision 1.15
diff -u -r1.15 _cvs
--- Completion/Unix/Command/_cvs 26 May 2002 19:22:43 -0000 1.15
+++ Completion/Unix/Command/_cvs 15 Jul 2002 20:53:11 -0000
@@ -963,7 +963,7 @@
realdir=${(e)~linedir}
[[ -f "$realdir"CVS/Entries ]] && {
omitpats=(
- ${${${${(M)${${(f)"$(<"$realdir"CVS/Entries)"}:#/*/-*}:#(D|)/*}#(D|)/}%%/*}//(#m)[][*?()<|^~#\\]/\\$MATCH}
+ ${${${${(M)${(f)"$(<"$realdir"CVS/Entries)"}:#(D|)/*}#(D|)/}%%/*}//(#m)[][*?()<|^~#\\]/\\$MATCH}
$_cvs_ignore_default
${=cvsignore}
)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author