zsh-workers
 help / color / mirror / code / Atom feed
* bug in accept-exact-dirs style
@ 2009-01-27 23:54 Greg Klanderman
  2009-01-29 16:20 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Klanderman @ 2009-01-27 23:54 UTC (permalink / raw)
  To: Zsh list


[~] greg@lwm| zsh -f
lwm% mkdir foo
lwm% touch foo/bar
lwm% touch foo/baz
lwm% autoload -U compinit
lwm% compinit
lwm% zstyle ':completion:*' accept-exact-dirs yes

Now try completing each of the following:

ls foo/                # OK
ls ~/foo/              # doesn't work - no completions
ls /home/greg/foo/     # OK
ls $HOME/foo/          # doesn't work - no completions

Now,

lwm% cd /tmp

and try those again:

ls ~/foo/              # OK
ls /home/greg/foo/     # OK
ls $HOME/foo/          # OK

thanks,
Greg


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

end of thread, other threads:[~2009-01-29 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-27 23:54 bug in accept-exact-dirs style Greg Klanderman
2009-01-29 16:20 ` Bart Schaefer
2009-01-29 17:51   ` 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).