summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_cvs
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-07-22 14:41:50 +0000
committerClint Adams <clint@users.sourceforge.net>2002-07-22 14:41:50 +0000
commitbec76f8979d0feb4f48c7c8d14fa9f9ef4d2ea71 (patch)
tree6bb73df3c63acf00cb9e6358e648b1f79cdade27 /Completion/Unix/Command/_cvs
parent17391: complete files after dpkg -S. (diff)
downloadzsh-bec76f8979d0feb4f48c7c8d14fa9f9ef4d2ea71.tar
zsh-bec76f8979d0feb4f48c7c8d14fa9f9ef4d2ea71.tar.gz
zsh-bec76f8979d0feb4f48c7c8d14fa9f9ef4d2ea71.tar.bz2
zsh-bec76f8979d0feb4f48c7c8d14fa9f9ef4d2ea71.tar.lz
zsh-bec76f8979d0feb4f48c7c8d14fa9f9ef4d2ea71.tar.xz
zsh-bec76f8979d0feb4f48c7c8d14fa9f9ef4d2ea71.tar.zst
zsh-bec76f8979d0feb4f48c7c8d14fa9f9ef4d2ea71.zip
17459: exclude files which have RCS kflags for cvs add.
Diffstat (limited to 'Completion/Unix/Command/_cvs')
-rw-r--r--Completion/Unix/Command/_cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs
index 2e1d7c29a..da32ddfde 100644
--- a/Completion/Unix/Command/_cvs
+++ b/Completion/Unix/Command/_cvs
@@ -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}
)