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

Re: incremental matchers in matcher-list



Andrej Borsenkow wrote:

> Not sure just how useful it is.
> 
> It allows you to add matchers to previous list instead of replacing them to
> avoid repetitions. I expect most common usage to try more general patterns in
> turn, so it allows you to do
> 
> zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' '+r:|[._-]=* r:|=*'
> '+r:|[.-]=** r:|=**'
> 
> without repeating ealrlier patterns everytime.
> 
> If it accepted, doc and compinstall will follow.

Would be ok for me (a bit like Bart's zstyle+).

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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