Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Oct 3, 2012
1 parent 69ed625 commit 1e4a11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/02tlib.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2007-04-10.
" @Last Change: 2012-10-03.
" @Revision: 690
" @Revision: 691
" GetLatestVimScripts: 1863 1 tlib.vim

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

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

0 comments on commit 1e4a11d

Please sign in to comment.