We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c907169 commit c6e3180Copy full SHA for c6e3180
1 file changed
plugin/02tlib.vim
@@ -1,8 +1,8 @@
1
" @Author: Tom Link (micathom AT gmail com?subject=[vim])
2
" @Created: 2007-04-10.
3
-" @Last Change: 2015-12-06.
+" @Last Change: 2016-01-26.
4
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
5
-" @Revision: 813
+" @Revision: 814
6
" @Website: http://www.vim.org/account/profile.php?user_id=4037
7
" GetLatestVimScripts: 1863 1 tlib.vim
8
" tlib.vim -- Some utility functions
@@ -14,7 +14,7 @@ if v:version < 700 "{{{2
14
echoerr "tlib requires Vim >= 7"
15
finish
16
endif
17
-let g:loaded_tlib = 119
+let g:loaded_tlib = 120
18
19
let s:save_cpo = &cpo
20
set cpo&vim
0 commit comments