Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Sep 28, 2012
1 parent 5832c1d commit 3e876cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/vikitasks.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: 2009-12-13.
" @Last Change: 2012-09-19.
" @Revision: 269
" @Revision: 270
" GetLatestVimScripts: 2894 0 :AutoInstall: vikitasks.vim
" Search for task lists and display them in a list

Expand All @@ -16,10 +16,10 @@ if !exists('g:loaded_tlib') || g:loaded_tlib < 100
finish
endif
endif
if !exists('g:loaded_trag') || g:loaded_trag < 10
if !exists('g:loaded_trag') || g:loaded_trag < 11
runtime plugin/trag.vim
if !exists('g:loaded_trag') || g:loaded_trag < 10
echoerr 'trag >= 0.10 is required'
if !exists('g:loaded_trag') || g:loaded_trag < 11
echoerr 'trag >= 0.11 is required'
finish
endif
endif
Expand Down

0 comments on commit 3e876cd

Please sign in to comment.