zsh-workers
 help / color / mirror / code / Atom feed
* Overeager completion?
@ 2002-11-23  0:25 Danek Duvall
  2002-11-25 10:59 ` Oliver Kiddle
  0 siblings, 1 reply; 4+ messages in thread
From: Danek Duvall @ 2002-11-23  0:25 UTC (permalink / raw)
  To: Zsh Workers

With zsh-4.0.6 on Linux (seen also with 4.0.3, as well as 4.0.5 on
Solaris):

% zsh -f
% mkdir /tmp/foo
% cd /tmp/foo
% mkdir a b
% touch a/{1,2,3,4}

% cd /tmp/foo/b
% ls ../^D
a/  b/
% ls ..//^D
a/  b/

Ok, fine.

Now

% autoload -U compinit
% compinit
% ls ../^D
a/  b/
% ls ..//^D
1   2   3   4

Oops.  Then, for good measure, hit ^C twice to quit the shell.  :)

Danek



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

end of thread, other threads:[~2002-11-27  7:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-23  0:25 Overeager completion? Danek Duvall
2002-11-25 10:59 ` Oliver Kiddle
2002-11-26 17:08   ` Danek Duvall
2002-11-27  7:11   ` Sven Wischnowsky

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