mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 19:43:47 -05:00
Ensure signs feature is present.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
if exists('g:loaded_gitgutter') || !executable('git') || &cp
|
if exists('g:loaded_gitgutter') || !executable('git') || !has('signs') || &cp
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let g:loaded_gitgutter = 1
|
let g:loaded_gitgutter = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user