Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Completion doesn't work for ~-



Dave Yost <Dave@xxxxxxxx> writes:

> Tue 13:13:49 ip2 yost /tmp
> 0 202 Z% pushd /bin
> /bin /tmp ~
> Tue 13:13:57 ip2 yost /bin
> 0 203 Z% echo ~-
> /tmp
> Tue 13:14:10 ip2 yost /bin
> 0 204 Z% 
>
> Trying to use tab to complete ~- doesn’t work in 4.3.17 (on Fedora 16).

Works here on 4.3.17 on Arch:

% zsh -f 
juno% autoload compinit; compinit
juno% pushd /tmp 
/tmp ~
juno% pushd /usr/share/doc 
/usr/share/doc /tmp ~
juno% cd ~-<TAB>
0 -- /home/chris
1 -- /tmp

(was your stack too small to be displayed?)

-- 
Christian Neukirchen  <chneukirchen@xxxxxxxxx>  http://chneukirchen.org



Messages sorted by: Reverse Date, Date, Thread, Author