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

completion problem with matching control.



I found a problem about completion with matching control.

Z:akr@is27e1u11% zsh-3.1.6-test-1 -f
is27e1u11% autoload -U compinit
is27e1u11% compinit -D
is27e1u11% _tst () { compadd -P b A; compadd -P c A }
is27e1u11% compdef -a _tst tst
is27e1u11% compctl -M m:\{a-z\}\=\{A-Z\}
is27e1u11% tst a<TAB>

Then, "a" is deleted.
-- 
Tanaka Akira



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