Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bug in accept-exact-dirs style
- X-seq: zsh-workers 26462
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxxxxx>
- Subject: bug in accept-exact-dirs style
- Date: Tue, 27 Jan 2009 18:54:44 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: gak@xxxxxxxxxxxxxx
[~] 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author