vim-patch:29d596c: runtime(netrw): upstream snapshot of v179

closes: vim/vim#16787

29d596c80a

Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>
This commit is contained in:
Jaehwang Jung
2025-09-13 01:13:04 +09:00
parent a6412b3d53
commit 02a33a449e
3 changed files with 43 additions and 24 deletions

View File

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