aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-05-15 09:38:32 +0200
committerGitHub <noreply@github.com>2023-05-15 09:38:32 +0200
commitc11986ed1a816d7ebcb5a5f707e3ef884f278293 (patch)
treeb6cdae22f19baf94e31ef7dd14cc8b1ba94514a8 /runtime/plugin
parent189e21ae50efe14d8446db11aee6b50f8022d99f (diff)
downloadrneovim-c11986ed1a816d7ebcb5a5f707e3ef884f278293.tar.gz
rneovim-c11986ed1a816d7ebcb5a5f707e3ef884f278293.tar.bz2
rneovim-c11986ed1a816d7ebcb5a5f707e3ef884f278293.zip
vim-patch:b7398fe41c9e (#23627)
Update runtime files https://github.com/vim/vim/commit/b7398fe41c9e1e731d058105a34158871ee83e3f Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/plugin')
-rw-r--r--runtime/plugin/netrwPlugin.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/plugin/netrwPlugin.vim b/runtime/plugin/netrwPlugin.vim
index 431d9ad9c4..a347781e6f 100644
--- a/runtime/plugin/netrwPlugin.vim
+++ b/runtime/plugin/netrwPlugin.vim
@@ -20,7 +20,7 @@
if &cp || exists("g:loaded_netrwPlugin")
finish
endif
-let g:loaded_netrwPlugin = "v172"
+let g:loaded_netrwPlugin = "v173"
let s:keepcpo = &cpo
set cpo&vim
"DechoRemOn