summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_core/stringbuffer.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-12-27 09:44:37 +0800
committerGitHub <noreply@github.com>2025-12-27 01:44:37 +0000
commit7991e4aa5ef68aadc1306d3cfd2d08c70b9f9428 (patch)
tree47655cbab976b5965a32d163614752d7f0409b41 /runtime/lua/vim/_core/stringbuffer.lua
parentc11153b3204a906c94dd685548518ad83420453e (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