Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] expand '..n' to equivalent number of '..' segments in fixdir
- X-seq: zsh-workers 45803
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Dian M Fay <dian.m.fay@xxxxxxxxx>
- Subject: Re: [PATCH] expand '..n' to equivalent number of '..' segments in fixdir
- Date: Sun, 10 May 2020 06:43:40 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- In-reply-to: <C2MRS2V8S953.3DWB49ORSAIY8@lamia>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <C2MRS2V8S953.3DWB49ORSAIY8@lamia>
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