From 53ec91769cd241ba306ea20bc092fb4284543cae Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 25 May 2002 23:04:02 +0000 Subject: 17225: $=CVSIGNORE instead of $CVSIGNORE --- ChangeLog | 5 +++++ Completion/Unix/Command/_cvs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ff4260167..3a54cc124 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-05-25 Clint Adams + + * 17225: Completion/Unix/Command/_cvs: + change $CVSIGNORE to $=CVSIGNORE. + 2002-05-24 Sven Wischnowsky * 17222: Src/Zle/complist.c: we have to disable 17219 for some diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index 765d7bdeb..01c4222c5 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -965,7 +965,7 @@ _cvs_nonentried_files () { ) [[ -r ~/.cvsignore ]] && omitpats=($omitpats $(<~/.cvsignore)) [[ -r ${realdir}.cvsignore ]] && omitpats=($omitpats $(<${realdir}.cvsignore)) - omitpats=($omitpats $CVSIGNORE) + omitpats=($omitpats $=CVSIGNORE) _path_files -g "*~(*/|)(${(j:|:)~omitpats})(D.)" } -- cgit 1.4.1