Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Jul 7, 2014
1 parent d6ba48c commit 5b6588f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/trag.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-09-29.
" @Last Change: 2014-07-03.
" @Revision: 679
" @Revision: 680
" GetLatestVimScripts: 2033 1 trag.vim

if &cp || exists("loaded_trag")
Expand All @@ -17,7 +17,7 @@ if !exists('g:loaded_tlib') || g:loaded_tlib < 112
finish
endif
endif
let loaded_trag = 100
let loaded_trag = 101

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

0 comments on commit 5b6588f

Please sign in to comment.