aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/netrwFileHandlers.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 01:24:44 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 01:37:13 -0400
commitd1a2523f6c98f4113e1859830ae448f34d89012c (patch)
tree0997236bf1238a30137c466b138407da50ca71b6 /runtime/autoload/netrwFileHandlers.vim
parentf5d1f0bf0372ac57c8b1f814bb5b18f13b3b53de (diff)
downloadrneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.tar.gz
rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.tar.bz2
rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.zip
vim-patch:1d59aa1fdfb1
Update runtime files. https://github.com/vim/vim/commit/1d59aa1fdfb191d9872ff87eb94652acd374b293
Diffstat (limited to 'runtime/autoload/netrwFileHandlers.vim')
-rw-r--r--runtime/autoload/netrwFileHandlers.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/autoload/netrwFileHandlers.vim b/runtime/autoload/netrwFileHandlers.vim
index ed31e29a66..d07235c107 100644
--- a/runtime/autoload/netrwFileHandlers.vim
+++ b/runtime/autoload/netrwFileHandlers.vim
@@ -1,8 +1,8 @@
" netrwFileHandlers: contains various extension-based file handlers for
" netrw's browsers' x command ("eXecute launcher")
" Author: Charles E. Campbell
-" Date: May 03, 2013
-" Version: 11b ASTRO-ONLY
+" Date: Sep 18, 2020
+" Version: 11
" Copyright: Copyright (C) 1999-2012 Charles E. Campbell {{{1
" Permission is hereby granted to use and distribute this code,
" with or without modifications, provided that this copyright
@@ -20,7 +20,7 @@
if exists("g:loaded_netrwFileHandlers") || &cp
finish
endif
-let g:loaded_netrwFileHandlers= "v11b"
+let g:loaded_netrwFileHandlers= "v11"
if v:version < 702
echohl WarningMsg
echo "***warning*** this version of netrwFileHandlers needs vim 7.2"