Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zstyle cd ignore-parents broken? (Zsh-5.0.5)
- X-seq: zsh-workers 32459
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zstyle cd ignore-parents broken? (Zsh-5.0.5)
- Date: Mon, 03 Mar 2014 09:06:54 -0800
- In-reply-to: <CAHwuDSD6s+awCJF1GH=mPGqVL1HdVR05=n6=tsf9Dq--XZbKpA@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAHwuDSD6s+awCJF1GH=mPGqVL1HdVR05=n6=tsf9Dq--XZbKpA@mail.gmail.com>
On Mar 3, 4:00pm, Francisco Borges wrote:
}
} On Zsh-5.0.5, completing on "mv foo ../[TAB]" parent dir is ignored as
} expected. If I try "cd ../[TAB]" completion list includes the parent dir.
Hmm. It seems we get to choose between this bug and the bug described
in http://www.zsh.org/mla/workers/2013/msg00736.html ... because the
fix for the latter is what breaks the former. _path_files needs the
original $PREFIX to implement ignore-parents, but follows symlinks badly
if the prefix isn't pre-expanded and moved to the -W argument.
If anyone can suggest an approach that allows both to work, I'm all ears.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author