Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion groups and compadd -y
- X-seq: zsh-workers 7725
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Completion groups and compadd -y
- Date: 09 Sep 1999 01:37:29 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% _tst () { compadd -J option -X option abc def; compadd -J option -X option -y '(mno pqr)' ghi jkl }
is27e1u11% tst
option
abc def
option
mno pqr
There are two groups. Is this intentional?
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author