zsh-workers
 help / color / mirror / code / Atom feed
* matching spec/_path_files bug
@ 2004-06-16  7:13 Felix Rosencrantz
  0 siblings, 0 replies; only message in thread
From: Felix Rosencrantz @ 2004-06-16  7:13 UTC (permalink / raw)
  To: zw

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 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-16  7:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-16  7:13 matching spec/_path_files bug Felix Rosencrantz

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).