Skip to content

Commit

Permalink
Don't pester user if their Vim is too old for realtime updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Feb 20, 2014
1 parent dff7bc8 commit 973c19e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/gitgutter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ let g:loaded_gitgutter = 1

" Initialisation {{{

" Pre-requisites.
" Realtime sign updates require Vim 7.3.105+.
if v:version < 703 || (v:version == 703 && !has("patch105"))
let g:gitgutter_realtime = 0
echom "vim-gitgutter: realtime sign updates disabled (requires Vim 7.3.105+)."
endif

function! s:set(var, default)
Expand Down

0 comments on commit 973c19e

Please sign in to comment.