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

Re: Colored completion listings



On Mon, 12 May 2008 20:40:49 +0400
sergio <zsh@xxxxxxxxxxxxx> wrote:
> I correctly understand, that 'mi' is unused in zsh? (But it described in
> manpage)

Yes, althought it does say it's unused... as it does for "or", which now
you've prodded me to look needs changing.

Index: Doc/Zsh/mod_complist.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_complist.yo,v
retrieving revision 1.20
diff -u -r1.20 mod_complist.yo
--- Doc/Zsh/mod_complist.yo	6 May 2008 16:01:18 -0000	1.20
+++ Doc/Zsh/mod_complist.yo	12 May 2008 16:45:17 -0000
@@ -54,8 +54,7 @@
 for character devices
 )
 item(tt(or) var(none))(
-for a symlink to nonexistent file (default is the value defined for tt(fi));
-this code is currently not used
+for a symlink to nonexistent file (default is the value defined for tt(ln)).
 )
 item(tt(mi) var(none))(
 for a non-existent file (default is the value defined for tt(fi)); this code

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070



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