I see. Then what would need to be changed in order to enable this functionality? And in which project would it need to be changed?
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.