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

Completion groups and compadd -y



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