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

Possible matching control bug



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