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

Re: [PATCH] expand '..n' to equivalent number of '..' segments in fixdir



On Sun, May 10, 2020 at 6:36 AM Dian M Fay <dian.m.fay@xxxxxxxxx> wrote:
>
> dian@lamia ~/work/zsh cd ..2
> dian@lamia ~ cd ..123
> dian@lamia /

`..2` is a valid directory name. So it's a breaking change.

~% mkdir ..2
~% cd ..2
~/..2%

Roman.



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