Ensure signs feature is present.

This commit is contained in:
Andy Stewart
2013-03-07 20:00:58 +01:00
parent b9fbcfb330
commit 14563c3689

View File

@@ -1,4 +1,4 @@
if exists('g:loaded_gitgutter') || !executable('git') || &cp
if exists('g:loaded_gitgutter') || !executable('git') || !has('signs') || &cp
finish
endif
let g:loaded_gitgutter = 1