comparison runtime/plugin/tarPlugin.vim @ 1698:f4f8014d516e v7.2c.000

updated for version 7.2c-000
author vimboss
date Wed, 06 Aug 2008 17:06:04 +0000
parents 0b796e045c42
children 5232b9862f23
comparison
equal deleted inserted replaced
1697:2f9308b31181 1698:f4f8014d516e
12 " --------------------------------------------------------------------- 12 " ---------------------------------------------------------------------
13 " Load Once: {{{1 13 " Load Once: {{{1
14 if &cp || exists("g:loaded_tarPlugin") 14 if &cp || exists("g:loaded_tarPlugin")
15 finish 15 finish
16 endif 16 endif
17 let g:loaded_tarPlugin = "v19" 17 let g:loaded_tarPlugin = "v20"
18 let s:keepcpo = &cpo 18 let s:keepcpo = &cpo
19 set cpo&vim 19 set cpo&vim
20 20
21 " --------------------------------------------------------------------- 21 " ---------------------------------------------------------------------
22 " Public Interface: {{{1 22 " Public Interface: {{{1