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:
parent
def8d4afda
commit
adfd162709
@ -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}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user