Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _zstyle additions
- X-seq: zsh-workers 11444
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: _zstyle additions
- Date: Wed, 17 May 2000 16:35:31 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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