comparison runtime/plugin/netrwPlugin.vim @ 2908:fd09a9c8468e

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Jun 2011 05:09:16 +0200
parents b0d34143ebfc
children 37ecb8ff4560
comparison
equal deleted inserted replaced
2907:ea75da0af64d 2908:fd09a9c8468e
18 " =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 18 " =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
19 " Load Once: {{{1 19 " Load Once: {{{1
20 if &cp || exists("g:loaded_netrwPlugin") 20 if &cp || exists("g:loaded_netrwPlugin")
21 finish 21 finish
22 endif 22 endif
23 let g:loaded_netrwPlugin = "v141" 23 let g:loaded_netrwPlugin = "v142"
24 if v:version < 702 24 if v:version < 702
25 echohl WarningMsg | echo "***netrw*** you need vim version 7.2 for this version of netrw" | echohl None 25 echohl WarningMsg | echo "***netrw*** you need vim version 7.2 for this version of netrw" | echohl None
26 finish 26 finish
27 endif 27 endif
28 let s:keepcpo = &cpo 28 let s:keepcpo = &cpo