Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed May 26, 2011
1 parent e795489 commit da0ccff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions autoload/tlib/input.vim
Expand Up @@ -3,8 +3,8 @@
" @Website: http://www.vim.org/account/profile.php?user_id=4037
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2007-06-30.
" @Last Change: 2011-03-31.
" @Revision: 0.0.840
" @Last Change: 2011-05-20.
" @Revision: 0.0.842


" :filedoc:
Expand Down
6 changes: 3 additions & 3 deletions plugin/02tlib.vim
Expand Up @@ -3,8 +3,8 @@
" @Website: http://www.vim.org/account/profile.php?user_id=4037
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2007-04-10.
" @Last Change: 2011-04-28.
" @Revision: 672
" @Last Change: 2011-05-26.
" @Revision: 673
" 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 = 41
let loaded_tlib = 42

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

0 comments on commit da0ccff

Please sign in to comment.