Hi,
Here is a followup to the previous question. I have the following setting in my .zshrc:
zstyle ':completion:*' special-dirs true;
Thanks to that "cd ..."+Tab (and "cd ."+Tab) adds "/". I also noticed that "<any-path>/.."+Tab (and "<any-path>/."+Tab) adds "/" but for some reason, just ".."+Tab (and just "."+Tab) does NOT add "/". Any idea how that could be fixed?
Philippe