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

tag-order problem



Z(4):akr@serein% Src/zsh -f
serein% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst
serein% zstyle ':completion:*' group-name ''
serein% zstyle ':completion:*:messages' format %d
serein% zstyle ':completion:*:descriptions' format %d
serein% zstyle ':completion:*:*:foo:*' tag-order '*' '*:-case'
serein% zstyle ':completion:*-case' matcher 'm:{a-z}={A-Z}'
serein% foo c<TAB>
file
config.cache    config.h        config.log      config.sub*     configure.in 
config.guess*   config.h.in     config.status*  configure*      
file
CVS/            Completion/     config.guess*   config.log      configure*
ChangeLog       Config/         config.h        config.status*  configure.in 
ChangeLog.3.0   config.cache    config.h.in     config.sub*     

I think it shouldn't completes two file sets at once.
-- 
Tanaka Akira



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