Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Matching control problem with space as pivot
- X-seq: zsh-workers 15452
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Matching control problem with space as pivot
- Date: Sun, 22 Jul 2001 13:36:35 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
There might be a problem with trying to use space as a pivot point with
matching control.
host% bindkey -e; autoload -U compinit; compinit -D
host% zstyle ':completion:*:complete:*' matcher-list 'r:|[.,_- ]=**'
host% touch "abc.def" "abc ghi" "axx gxx" "ayy.gyy"
host% more a\ g<TAB>
<nothing.>
host% more a.<TAB>
abc.def ayy.gyy
host% more a\.<TAB>
abc.def ayy.gyy
I thought maybe the backslash was causing a problem. I also
tried using 'r:|[.,_-\ ]=**', which didn't help. Is this a bug?
Or user error?
Thanks.
-FR.
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author