1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-04 09:01:06 +01:00

users/4483: with "cvs add" et al., complete names of locally removed (but

not committed) files.
This commit is contained in:
Bart Schaefer 2002-01-06 01:08:16 +00:00
parent 9629b2dc53
commit 31634c24e7

View file

@ -959,7 +959,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}
)