comparison runtime/autoload/netrw.vim @ 2426:e52d87a2bb3e vim73

More runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Jul 2010 18:17:41 +0200
parents 6de9efd58dc0
children b0d34143ebfc
comparison
equal deleted inserted replaced
2425:b5ee68272ae5 2426:e52d87a2bb3e
1 " netrw.vim: Handles file transfer and remote directory listing across 1 " netrw.vim: Handles file transfer and remote directory listing across
2 " AUTOLOAD SECTION 2 " AUTOLOAD SECTION
3 " Date: Jul 27, 2010 3 " Date: Jul 27, 2010
4 " Version: 139 4 " Version: 140
5 " Maintainer: Charles E Campbell, Jr <NdrOchip@ScampbellPfamily.AbizM-NOSPAM> 5 " Maintainer: Charles E Campbell, Jr <NdrOchip@ScampbellPfamily.AbizM-NOSPAM>
6 " GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim 6 " GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
7 " Copyright: Copyright (C) 1999-2010 Charles E. Campbell, Jr. {{{1 7 " Copyright: Copyright (C) 1999-2010 Charles E. Campbell, Jr. {{{1
8 " Permission is hereby granted to use and distribute this code, 8 " Permission is hereby granted to use and distribute this code,
9 " with or without modifications, provided that this copyright 9 " with or without modifications, provided that this copyright
20 " =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 20 " =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
21 " Load Once: {{{1 21 " Load Once: {{{1
22 if &cp || exists("g:loaded_netrw") 22 if &cp || exists("g:loaded_netrw")
23 finish 23 finish
24 endif 24 endif
25 let g:loaded_netrw = "v139" 25 let g:loaded_netrw = "v140"
26 if v:version < 702 26 if v:version < 702
27 echohl WarningMsg 27 echohl WarningMsg
28 echo "***warning*** this version of netrw needs vim 7.2" 28 echo "***warning*** this version of netrw needs vim 7.2"
29 echohl Normal 29 echohl Normal
30 finish 30 finish