vim-patch:d1a975a: runtime(netrw): upstream snapshot of v181

closes: vim/vim#17461

d1a975ae64

Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>
This commit is contained in:
Jaehwang Jung
2025-09-13 01:29:26 +09:00
parent 4d8b2be77e
commit be4c05a485
5 changed files with 69 additions and 105 deletions

View File

@@ -15,7 +15,7 @@ if &cp || exists("g:loaded_netrwPlugin")
finish
endif
let g:loaded_netrwPlugin = "v180"
let g:loaded_netrwPlugin = "v181"
let s:keepcpo = &cpo
set cpo&vim