From 14563c368995c6973795ab5a3b034c55e52fdbaa Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Thu, 7 Mar 2013 20:00:58 +0100 Subject: [PATCH] Ensure signs feature is present. --- plugin/gitgutter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/gitgutter.vim b/plugin/gitgutter.vim index 3c1bf58..5851d69 100644 --- a/plugin/gitgutter.vim +++ b/plugin/gitgutter.vim @@ -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