From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12287 invoked from network); 25 Jul 2001 17:24:13 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Jul 2001 17:24:13 -0000 Received: (qmail 5698 invoked by alias); 25 Jul 2001 17:24:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15489 Received: (qmail 5685 invoked from network); 25 Jul 2001 17:24:07 -0000 From: "Bart Schaefer" Message-Id: <1010725172108.ZM18603@candle.brasslantern.com> Date: Wed, 25 Jul 2001 17:21:08 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: PATCH: Tiny typo in latest _describe MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I was a bit confused as to why I wasn't seeing the marvelous new behavior that Sven has created ... Index: Completion/Base/Utility/_describe =================================================================== RCS file: /extra/cvsroot/zsh/zsh-4.0/Completion/Base/Utility/_describe,v retrieving revision 1.2 diff -c -r1.2 _describe --- Completion/Base/Utility/_describe 2001/07/25 16:15:33 1.2 +++ Completion/Base/Utility/_describe 2001/07/25 17:19:36 @@ -29,7 +29,7 @@ _descr="$1" shift -if [[ -n "$showd" ]] && +if [[ -n "$_showd" ]] && zstyle -T ":completion:${curcontext}:$_type" list-grouped; then _oargv=( "$@" ) _grp=(-g) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net