zsh-workers
 help / color / mirror / code / Atom feed
* #c flag wrong behaviour
@ 2008-03-29 16:18 Anthony Charles
  2008-03-29 17:50 ` Bart Schaefer
  2008-03-30 21:10 ` Peter Stephenson
  0 siblings, 2 replies; 3+ messages in thread
From: Anthony Charles @ 2008-03-29 16:18 UTC (permalink / raw)
  To: zsh-workers

Hi,

I think there is a problem with the new #c flag:

zsh -f
Saito% setopt extendedglob
Saito% touch test.{zsh,ksh,bash}
Saito% print *.?(#c1)sh
test.ksh test.zsh
Saito% print *.?(#c2)sh
test.bash
Saito% print *.?(#c1,2)sh 
test.bash
Saito% print *.?(#c1,)sh    
zsh: no matches found: *.?(#c1,)sh
Saito% print *.?(#c1,)
test.bash test.ksh test.zsh
Saito%

It seems that #c flag is too greedy. Am I wrong?

-- 
Anthony CHARLES


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-30 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-29 16:18 #c flag wrong behaviour Anthony Charles
2008-03-29 17:50 ` Bart Schaefer
2008-03-30 21:10 ` Peter Stephenson

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).