Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
matching spec/_path_files bug
- X-seq: zsh-workers 20057
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zw <zsh-workers@xxxxxxxxxx>
- Subject: matching spec/_path_files bug
- Date: Wed, 16 Jun 2004 00:13:38 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
This looks like a bug to me... Using current CVS zsh.
zsh -f
autoload -U compinit; compinit -C
zstyle ':completion:*' matcher-list 'r:|[ ]=** r:[^a-z]||[a-z]=**'
mkdir bug; cd bug
touch "steve green" "steve morrow" "peter stephenson"
more st<TAB>
peter\ stephenson steve\ green steve\ morrow
more ./st<TAB>
The first case looks correct. Though when I type <TAB> in the last case, it
deletes the "st" and my line looks like: "more ./" I'm guessing it might be
_path_files, because I get the error when it includes a leading path.
-FR.
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail
Messages sorted by:
Reverse Date,
Date,
Thread,
Author