Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
** matcher
- X-seq: zsh-workers 15486
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: ZSH Workers Mailing List <zsh-workers@xxxxxxxxxx>
- Subject: ** matcher
- Date: Wed, 25 Jul 2001 17:34:51 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
With this style
zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' '+r:|[._-]=** r:|=**'
the following does not match
bor@itsrm2% gdiff --i-lTAB
but the following does
bor@itsrm2% gdiff --i--lTAB
bor@itsrm2% gdiff --ignore-blank-lines
Completing option
--ignore-blank-lines -- ignore lines that are all blank
--ignore-matching-lines -- ignore lines that match regex
Why?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author