comparison runtime/autoload/vimball.vim @ 3281:af1e8a1714c2

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 21:08:56 +0100
parents 37ecb8ff4560
children 47f17f66da3d
comparison
equal deleted inserted replaced
3280:aa265b7165cc 3281:af1e8a1714c2
1 " vimball.vim : construct a file containing both paths and files 1 " vimball.vim : construct a file containing both paths and files
2 " Author: Charles E. Campbell, Jr. 2 " Author: Charles E. Campbell, Jr.
3 " Date: Sep 26, 2011 3 " Date: Jan 17, 2012
4 " Version: 34 4 " Version: 35
5 " GetLatestVimScripts: 1502 1 :AutoInstall: vimball.vim 5 " GetLatestVimScripts: 1502 1 :AutoInstall: vimball.vim
6 " Copyright: (c) 2004-2011 by Charles E. Campbell, Jr. 6 " Copyright: (c) 2004-2011 by Charles E. Campbell, Jr.
7 " The VIM LICENSE applies to Vimball.vim, and Vimball.txt 7 " The VIM LICENSE applies to Vimball.vim, and Vimball.txt
8 " (see |copyright|) except use "Vimball" instead of "Vim". 8 " (see |copyright|) except use "Vimball" instead of "Vim".
9 " No warranty, express or implied. 9 " No warranty, express or implied.
12 " --------------------------------------------------------------------- 12 " ---------------------------------------------------------------------
13 " Load Once: {{{1 13 " Load Once: {{{1
14 if &cp || exists("g:loaded_vimball") 14 if &cp || exists("g:loaded_vimball")
15 finish 15 finish
16 endif 16 endif
17 let g:loaded_vimball = "v34" 17 let g:loaded_vimball = "v35"
18 if v:version < 702 18 if v:version < 702
19 echohl WarningMsg 19 echohl WarningMsg
20 echo "***warning*** this version of vimball needs vim 7.2" 20 echo "***warning*** this version of vimball needs vim 7.2"
21 echohl Normal 21 echohl Normal
22 finish 22 finish
765 endif 765 endif
766 unlet s:regakeep s:eikeep s:fenkeep s:hidkeep s:ickeep s:repkeep s:vekeep s:makeep s:lzkeep s:pmkeep s:ffkeep 766 unlet s:regakeep s:eikeep s:fenkeep s:hidkeep s:ickeep s:repkeep s:vekeep s:makeep s:lzkeep s:pmkeep s:ffkeep
767 " call Dret("RestoreSettings") 767 " call Dret("RestoreSettings")
768 endfun 768 endfun
769 769
770 let &cpo = s:keepcpo
771 unlet s:keepcpo
772
770 " --------------------------------------------------------------------- 773 " ---------------------------------------------------------------------
771 " Modelines: {{{1 774 " Modelines: {{{1
772 " vim: fdm=marker 775 " vim: fdm=marker