Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: file completion of ~user/... stats wrong directory
- X-seq: zsh-workers 27264
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: file completion of ~user/... stats wrong directory
- Date: Thu, 10 Sep 2009 08:47:51 -0700
- In-reply-to: <m3bplin8ia.fsf@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <19030.11925.370937.608524@xxxxxxxxxxxxxxxxxx> <20090710100721.56b0874c@news01> <m31vooljj7.fsf@xxxxxxxxxxxxxx> <200907101421.n6AELWFS028008@xxxxxxxxxxxxxx> <m3my54ohzj.fsf@xxxxxxxxxxxxxx> <m3bplin8ia.fsf@xxxxxxxxxxxxxx>
On Sep 10, 11:07am, Greg Klanderman wrote:
}
} Attached below is the one line fix.
I seem to recall having run into this before, attempting that same
change, and then finding that it breaks some OTHER more common case.
However, there are so many places like this in _path_files that I
may easily be confusing it with another "if" branch.
If I had copious free time, I'd rewrite _path_files from scratch.
} - if [[ -d $donepath$tmp1 ]]; then
} + if [[ -d $prepath$realpath$donepath$tmp1 ]]; then
Messages sorted by:
Reverse Date,
Date,
Thread,
Author