Problem:
When Vim is launched with a UNC directory, netrw treats it as a relative path and compose it again.
Solution:
This is due to exists("g:netrw_cygwin") always being true. We can directly use g:netrw_cygwin.
Reproduction step:
cd \\localhost\C$vim .https://github.com/vim/vim/pull/19015
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
The failing check is introduced by PR #19006, I've left a comment there and raised another tiny PR #19018. :)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()