comparison runtime/plugin/netrwPlugin.vim @ 1702:5232b9862f23 v7.2 v7.2.000

updated for version 7.2-000
author vimboss
date Sat, 09 Aug 2008 17:55:22 +0000
parents f4f8014d516e
children 7bc41231fbc7
comparison
equal deleted inserted replaced
1701:4577899b8ff1 1702:5232b9862f23
20 " --------------------------------------------------------------------- 20 " ---------------------------------------------------------------------
21 " Load Once: {{{1 21 " Load Once: {{{1
22 if &cp || exists("g:loaded_netrwPlugin") 22 if &cp || exists("g:loaded_netrwPlugin")
23 finish 23 finish
24 endif 24 endif
25 let g:loaded_netrwPlugin = "v131" 25 let g:loaded_netrwPlugin = "v132"
26 let s:keepcpo = &cpo 26 let s:keepcpo = &cpo
27 if v:version < 700 27 if v:version < 700
28 echohl WarningMsg | echo "***netrw*** you need vim version 7.0 for this version of netrw" | echohl None 28 echohl WarningMsg | echo "***netrw*** you need vim version 7.0 for this version of netrw" | echohl None
29 finish 29 finish
30 endif 30 endif