comparison runtime/autoload/netrwFileHandlers.vim @ 22328:75ff30a78189

Update runtime files. Commit: https://github.com/vim/vim/commit/1d59aa1fdfb191d9872ff87eb94652acd374b293 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 19 18:50:13 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Sep 2020 19:00:04 +0200
parents 605c9ce57ec3
children 02bd0fe77c68
comparison
equal deleted inserted replaced
22327:701d200ab63c 22328:75ff30a78189
1 " netrwFileHandlers: contains various extension-based file handlers for 1 " netrwFileHandlers: contains various extension-based file handlers for
2 " netrw's browsers' x command ("eXecute launcher") 2 " netrw's browsers' x command ("eXecute launcher")
3 " Author: Charles E. Campbell 3 " Author: Charles E. Campbell
4 " Date: May 03, 2013 4 " Date: Sep 18, 2020
5 " Version: 11b ASTRO-ONLY 5 " Version: 11
6 " Copyright: Copyright (C) 1999-2012 Charles E. Campbell {{{1 6 " Copyright: Copyright (C) 1999-2012 Charles E. Campbell {{{1
7 " Permission is hereby granted to use and distribute this code, 7 " Permission is hereby granted to use and distribute this code,
8 " with or without modifications, provided that this copyright 8 " with or without modifications, provided that this copyright
9 " notice is copied with it. Like anything else that's free, 9 " notice is copied with it. Like anything else that's free,
10 " netrwFileHandlers.vim is provided *as is* and comes with no 10 " netrwFileHandlers.vim is provided *as is* and comes with no
18 " --------------------------------------------------------------------- 18 " ---------------------------------------------------------------------
19 " Load Once: {{{1 19 " Load Once: {{{1
20 if exists("g:loaded_netrwFileHandlers") || &cp 20 if exists("g:loaded_netrwFileHandlers") || &cp
21 finish 21 finish
22 endif 22 endif
23 let g:loaded_netrwFileHandlers= "v11b" 23 let g:loaded_netrwFileHandlers= "v11"
24 if v:version < 702 24 if v:version < 702
25 echohl WarningMsg 25 echohl WarningMsg
26 echo "***warning*** this version of netrwFileHandlers needs vim 7.2" 26 echo "***warning*** this version of netrwFileHandlers needs vim 7.2"
27 echohl Normal 27 echohl Normal
28 finish 28 finish