Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _zstyle additions



old-list and old-menu never got added to _zstyle.  I found I had to set
old-menu to true for it to take effect.  It should be on by default, I
think?  If so the zstyle command needs to have -T instead of -t.

Index: Completion/Builtins/_zstyle
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Builtins/_zstyle,v
retrieving revision 1.12
diff -u -r1.12 _zstyle
--- Completion/Builtins/_zstyle	2000/05/09 11:04:45	1.12
+++ Completion/Builtins/_zstyle	2000/05/17 15:25:23
@@ -53,6 +53,8 @@
   max-errors		 c:
   menu			 c:boolauto
   numbers		 c:bool
+  old-list		 c:bool 
+  old-menu		 c:bool 
   original		 c:bool
   packageset		 c:packageset
   path			 'c:_wanted directories expl directory _path_files -/'

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070



Messages sorted by: Reverse Date, Date, Thread, Author