Skip to content

Commit d402ba8

Browse files
saccarosiumchrisbra
authored andcommitted
runtime(netrw): upstream snapshot of v175
Relevant commits: - release: netrw v175 - fix: prevent netrw to load into the built-in terminal - fix: restore correctly cpo settings - fix(docs): mispelled original authors name - chore: move viml files to new formatting standard fixes: #16463 closes: #16465 Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 87f65f3 commit d402ba8

6 files changed

Lines changed: 531 additions & 532 deletions

File tree

runtime/pack/dist/opt/netrw/autoload/netrw.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if exists("s:needspatches")
3535
endfor
3636
endif
3737

38-
let g:loaded_netrw = "v174"
38+
let g:loaded_netrw = "v175"
3939

4040
let s:keepcpo= &cpo
4141
setl cpo&vim

0 commit comments

Comments
 (0)