diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2025-12-27 09:44:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-27 01:44:37 +0000 |
| commit | 7991e4aa5ef68aadc1306d3cfd2d08c70b9f9428 (patch) | |
| tree | 47655cbab976b5965a32d163614752d7f0409b41 /runtime/lua/vim/_core/stringbuffer.lua | |
| parent | c11153b3204a906c94dd685548518ad83420453e (diff) | |
vim-patch:538da34: runtime(netrw): Fix reading UNC paths on windows (#37120)
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`.
closes: vim/vim#19015
https://github.com/vim/vim/commit/538da34ad3965b57d1298a37db666f00d3ebdb4b
Co-authored-by: tao <2471314@gmail.com>
Diffstat (limited to 'runtime/lua/vim/_core/stringbuffer.lua')
0 files changed, 0 insertions, 0 deletions
