Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Tiny typo in latest _describe
- X-seq: zsh-workers 15489
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: Tiny typo in latest _describe
- Date: Wed, 25 Jul 2001 17:21:08 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author