1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00

* 17459: Completion/Unix/Command/_cvs: exclude file which have

RCS kflags for cvs add.
This commit is contained in:
Tanaka Akira 2002-07-16 04:47:47 +00:00
parent def8d4afda
commit adfd162709
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
2002-07-16 Tanaka Akira <akr@zsh.org>
* 17459: Completion/Unix/Command/_cvs: exclude file which have
RCS kflags for cvs add.
2002-07-08 Sven Wischnowsky <wischnow@zsh.org>
* 17439: Src/Zle/zle_tricky.c: remove qword, it isn't needed

@ -963,7 +963,7 @@ _cvs_nonentried_files () {
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}
)