zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Tiny typo in latest _describe
@ 2001-07-25 17:21 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2001-07-25 17:21 UTC (permalink / raw)
  To: zsh-workers

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   


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-25 17:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-25 17:21 PATCH: Tiny typo in latest _describe Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).