Skip to content

Commit c6e3180

Browse files
committed
version
1 parent c907169 commit c6e3180

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugin/02tlib.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
" @Author: Tom Link (micathom AT gmail com?subject=[vim])
22
" @Created: 2007-04-10.
3-
" @Last Change: 2015-12-06.
3+
" @Last Change: 2016-01-26.
44
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
5-
" @Revision: 813
5+
" @Revision: 814
66
" @Website: http://www.vim.org/account/profile.php?user_id=4037
77
" GetLatestVimScripts: 1863 1 tlib.vim
88
" tlib.vim -- Some utility functions
@@ -14,7 +14,7 @@ if v:version < 700 "{{{2
1414
echoerr "tlib requires Vim >= 7"
1515
finish
1616
endif
17-
let g:loaded_tlib = 119
17+
let g:loaded_tlib = 120
1818

1919
let s:save_cpo = &cpo
2020
set cpo&vim

0 commit comments

Comments
 (0)