From 31634c24e7d8bdaa082a1d45560b5feae568d153 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 6 Jan 2002 01:08:16 +0000 Subject: users/4483: with "cvs add" et al., complete names of locally removed (but not committed) files. --- Completion/Unix/Command/_cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_cvs') diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index 7e6a83f28..fb2d7092e 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -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} ) -- cgit 1.4.1