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

option and case insensitive matcher-list.



Z(4):akr@serein% Src/zsh -f
serein% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst
serein% _tst () { _arguments '-o+:o: _message x' -O }
serein% zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}'
serein% tst -o<TAB>
->
serein% tst -O 

Is this intentional?  I like that `x' is displayed in this case,
though.
-- 
Tanaka Akira



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