Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Absolute path tab completion on Windows
- X-seq: zsh-workers 53207
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ram Rachum <ram@xxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: Absolute path tab completion on Windows
- Date: Mon, 4 Nov 2024 19:15:45 -0800
- Archived-at: <https://zsh.org/workers/53207>
- In-reply-to: <CANXboVbJ0mv5sD_PAVe=ESkjymJs1YuAEKF8T=4QMCNpD8460g@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CANXboVbJ0mv5sD_PAVe=ESkjymJs1YuAEKF8T=4QMCNpD8460g@mail.gmail.com>
On Mon, Nov 4, 2024 at 1:06 PM Ram Rachum <ram@xxxxxxxxxx> wrote:
>
> For example, if I type /c/Wind and press tab it does not complete to /c/Windows.
That's because /c is not a real directory, it's a representation of
the C: drive mount point. I'm not sure how the msys2 build of zsh was
done, but if it's based on cygwin, the directory search library is not
providing a way to enumerate files at the top level of a drive mount.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author