comparison runtime/plugin/getscriptPlugin.vim @ 1668:0b796e045c42 v7.2b.000

updated for version 7.2b-000
author vimboss
date Sun, 13 Jul 2008 17:41:49 +0000
parents 18ee39301b82
children 7bc41231fbc7
comparison
equal deleted inserted replaced
1667:131dbd3d2a4b 1668:0b796e045c42
17 if &verbose 17 if &verbose
18 echo "GetLatestVimScripts is not vi-compatible; not loaded (you need to set nocp)" 18 echo "GetLatestVimScripts is not vi-compatible; not loaded (you need to set nocp)"
19 endif 19 endif
20 finish 20 finish
21 endif 21 endif
22 let g:loaded_getscriptPlugin = "v30" 22 let g:loaded_getscriptPlugin = "v31"
23 let s:keepcpo = &cpo 23 let s:keepcpo = &cpo
24 set cpo&vim 24 set cpo&vim
25 25
26 " --------------------------------------------------------------------- 26 " ---------------------------------------------------------------------
27 " Public Interface: {{{1 27 " Public Interface: {{{1