Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Apr 8, 2018
1 parent 255d995 commit 24f8d2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/02tlib.vim
@@ -1,8 +1,8 @@
" @Author: Tom Link (micathom AT gmail com?subject=[vim])
" @Created: 2007-04-10.
" @Last Change: 2017-03-30.
" @Last Change: 2017-09-18.
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Revision: 829
" @Revision: 831
" @Website: http://www.vim.org/account/profile.php?user_id=4037
" GetLatestVimScripts: 1863 1 tlib.vim
" tlib.vim -- Some utility functions
Expand All @@ -14,7 +14,7 @@ if v:version < 700 "{{{2
echoerr "tlib requires Vim >= 7"
finish
endif
let g:loaded_tlib = 124
let g:loaded_tlib = 126

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

0 comments on commit 24f8d2e

Please sign in to comment.