Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion problem with matching control.
- X-seq: zsh-workers 7182
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: completion problem with matching control.
- Date: 18 Jul 1999 10:39:08 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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