Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Possible matching control bug
- X-seq: zsh-workers 11586
 
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
 
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: Possible matching control bug
 
- Date: Thu, 25 May 2000 18:10:26 -0700 (PDT)
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
I hit a strange behavior, that I think is wrong.  
zsh -f 
mkdir foo
cd foo
touch c00.abc c01.abc.def.00.0
bindkey -e; autoload -U compinit; compinit -D 
zstyle ':completion:*:complete:*' matcher-list 'r:|.=** r:[^0-9]||[0-9]=**'
more c00<TAB>   --->  more c0[]
   and sometimes 
more c00<TAB>	--->  more c0.abc[]
   and 
more c00.<TAB>  --->  more c0.abc[]
-FR.
__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author