From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10185 invoked from network); 25 Jul 2001 13:35:10 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Jul 2001 13:35:10 -0000 Received: (qmail 15879 invoked by alias); 25 Jul 2001 13:35:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15486 Received: (qmail 15860 invoked from network); 25 Jul 2001 13:34:58 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: Borsenkow Andrej To: ZSH Workers Mailing List Subject: ** matcher Date: Wed, 25 Jul 2001 17:34:51 +0400 Message-ID: <000e01c1150e$9500fd40$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Importance: Normal 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