Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Oct 18, 2013
1 parent 6c320b1 commit 9566e72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/ttoc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Created: 2007-07-09.
" @Last Change: 2012-01-21.
" @Revision: 468
" @Revision: 470
" GetLatestVimScripts: 2014 0 ttoc.vim
" TODO: The cursor isn't set to the old location after using "preview".

if &cp || exists("loaded_ttoc")
finish
endif
if !exists('loaded_tlib') || loaded_tlib < 32
echoerr 'tlib >= 0.32 is required'
if !exists('loaded_tlib') || loaded_tlib < 106
echoerr 'tlib >= 1.06 is required'
finish
endif
let loaded_ttoc = 6
let loaded_ttoc = 7

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

0 comments on commit 9566e72

Please sign in to comment.