comparison runtime/plugin/getscriptPlugin.vim @ 4339:22fa3049e934

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 18:51:19 +0200
parents af1e8a1714c2
children 350272cbf1fd
comparison
equal deleted inserted replaced
4338:c61da758a9a2 4339:22fa3049e934
1 " --------------------------------------------------------------------- 1 " ---------------------------------------------------------------------
2 " getscriptPlugin.vim 2 " getscriptPlugin.vim
3 " Author: Charles E. Campbell, Jr. 3 " Author: Charles E. Campbell
4 " Date: Jan 07, 2008 4 " Date: Jan 07, 2008
5 " Installing: :help glvs-install 5 " Installing: :help glvs-install
6 " Usage: :help glvs 6 " Usage: :help glvs
7 " 7 "
8 " GetLatestVimScripts: 642 1 :AutoInstall: getscript.vim 8 " GetLatestVimScripts: 642 1 :AutoInstall: getscript.vim
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 = "v34" 22 let g:loaded_getscriptPlugin = "v35"
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