commit | b7398fe41c9e1e731d058105a34158871ee83e3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 14 18:50:25 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 14 18:50:25 2023 +0100 |
tree | d1d20b18bffd1bc554fbe0212eee3643adacda54 | |
parent | e5d91ba1de83949eb9357c0fb8cbd91e7e69be6f [diff] [blame] |
Update runtime files
diff --git a/runtime/autoload/netrwSettings.vim b/runtime/autoload/netrwSettings.vim index a910d18..d65f831 100644 --- a/runtime/autoload/netrwSettings.vim +++ b/runtime/autoload/netrwSettings.vim
@@ -19,7 +19,7 @@ if exists("g:loaded_netrwSettings") || &cp finish endif -let g:loaded_netrwSettings = "v18a" +let g:loaded_netrwSettings = "v18" if v:version < 700 echohl WarningMsg echo "***warning*** this version of netrwSettings needs vim 7.0"