zsh-workers
 help / color / mirror / code / Atom feed
* setopt globcomplete and () broken
@ 2009-03-10 13:25 Mikael Magnusson
  2009-03-10 13:51 ` Peter Stephenson
  0 siblings, 1 reply; 9+ messages in thread
From: Mikael Magnusson @ 2009-03-10 13:25 UTC (permalink / raw)
  To: zsh-workers

This is something that has been broken forever, but I never bothered
to look into exactly what broke it in my config. Today I got annoyed
enough though.

zsh -f
% autoload compinit; compinit
% mkdir newdir; cd newdir
% touch '()' '().'
% touch <tab>
% touch \(\)<tab>
\(\)   \(\).
% setopt globcomplete
% touch <tab>
% touch \(\)<tab>
# nothing appears

I can only reproduce it with a pair of parentheses, just ( or )
doesn't trigger it, but text can appear between them and still trigger
it. The oldest version I tried was 4.2.5 and the newest some days old
cvs.

-- 
Mikael Magnusson


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

end of thread, other threads:[~2009-03-13 15:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-10 13:25 setopt globcomplete and () broken Mikael Magnusson
2009-03-10 13:51 ` Peter Stephenson
2009-03-10 17:34   ` Peter Stephenson
2009-03-10 18:04     ` Mikael Magnusson
2009-03-10 18:18       ` Peter Stephenson
2009-03-10 18:30         ` Mikael Magnusson
2009-03-11  4:22           ` Bart Schaefer
2009-03-13  9:56         ` Peter Stephenson
2009-03-13 15:08           ` Bart Schaefer

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