Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.2.1-test-A
- X-seq: zsh-users 7812
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>, Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Re: zsh 4.2.1-test-A
- Date: Fri, 6 Aug 2004 20:03:16 -0700 (PDT)
- In-reply-to: <200408061350.i76DovBi028948@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Still seeing the problem from zsh-workers/20057.
http://www.zsh.org/mla/workers/2004/msg00707.html
Here's a slight more compact version...
zsh -f
autoload -U compinit; compinit -C
zstyle ':completion:*' matcher-list 'r:|[ ]=** r:[^a-z]||[a-z]=**'
mkdir bug; cd bug
touch "steve green" "peter stephenson"
more st<TAB>
peter\ stephenson steve\ green
more ./st<TAB> # -> results in the following line
more ./
In the last case, after the tab is hit, the "st" characters are removed by zsh.
-FR.
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
Messages sorted by:
Reverse Date,
Date,
Thread,
Author