How is that going to help me?On Jan 30, 12:10am, Dennis Haney wrote:Subject: Re: cd ..<tab>?
Sven Wischnowsky wrote:zstyle ':completion:*' special-dirs ..
to make `..' be considered a possible match (and hence it will get the
slash appended).Is there a way to make this work properly with setopt GLOB_DOTS?
Just make the style more specific:
zstyle ':completion:*:(cd|chdir|pushd|popd):*' special-dirs ..
ignore-parent works the wrong way...
You might also check the documentation for the ignore-parents style.
--
Dennis
use Inline C => qq{void p(char*g){printf("Just Another %s Hacker\n",g);}};p("Perl");