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:
parent
9629b2dc53
commit
31634c24e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue