Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: incremental matchers in matcher-list
- X-seq: zsh-workers 13527
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: incremental matchers in matcher-list
- Date: Fri, 23 Feb 2001 10:43:54 +0100 (MET)
- In-reply-to: "Andrej Borsenkow"'s message of Fri, 23 Feb 2001 12:37:58 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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