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

Bug in info (yodl?)



I don't know if this is yodl-induced because I'm using the 3.0.x sources, but
capitalization is messed up in the extended completion section:

`S[STRING] ...'
     Matches if the current word on the command line starts with one of
     the strings given in brackets.  The STRING is not removed and is
     not part of the completion.

`S[STRING] ...'
     Like S[STRING] except that the STRING is part of the completion.

Uhh, yeah ... one of those is supposed to be a lower case S.  Every pair of
upper/lower completion options has this problem, and not all of them can be
easily deduced from context like that one.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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