Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: typo in _alternative
- X-seq: zsh-workers 9297
 
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: PATCH: typo in _alternative
 
- Date: Wed, 12 Jan 2000 10:34:32 +0100 (MET)
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
...
Bye
 Sven
diff -ru ../z.old/Completion/Core/_alternative Completion/Core/_alternative
--- ../z.old/Completion/Core/_alternative	Wed Jan 12 10:09:06 2000
+++ Completion/Core/_alternative	Wed Jan 12 10:33:50 2000
@@ -1,6 +1,6 @@
 #autoload
 
-local tags def expl descr action mesgs nm="$compstack[nmatches]" subopts
+local tags def expl descr action mesgs nm="$compstate[nmatches]" subopts
 local opt curcontext="$curcontext"
 
 subopts=()
--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author