Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed May 11, 2012
1 parent c07af5a commit 4d2b437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/02tlib.vim
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
" @Website: http://www.vim.org/account/profile.php?user_id=4037 " @Website: http://www.vim.org/account/profile.php?user_id=4037
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt) " @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2007-04-10. " @Created: 2007-04-10.
" @Last Change: 2012-02-28. " @Last Change: 2012-05-11.
" @Revision: 677 " @Revision: 678
" GetLatestVimScripts: 1863 1 tlib.vim " GetLatestVimScripts: 1863 1 tlib.vim


if &cp || exists("loaded_tlib") if &cp || exists("loaded_tlib")
Expand All @@ -14,7 +14,7 @@ if v:version < 700 "{{{2
echoerr "tlib requires Vim >= 7" echoerr "tlib requires Vim >= 7"
finish finish
endif endif
let loaded_tlib = 44 let loaded_tlib = 45


let s:save_cpo = &cpo let s:save_cpo = &cpo
set cpo&vim set cpo&vim
Expand Down

0 comments on commit 4d2b437

Please sign in to comment.