mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
@@ -1,4 +1,4 @@
|
||||
if exists('g:loaded_gitgutter') || !executable('git') || !has('signs') || &cp
|
||||
if exists('g:loaded_gitgutter') || !executable('git') || !executable('grep') || !has('signs') || &cp
|
||||
finish
|
||||
endif
|
||||
let g:loaded_gitgutter = 1
|
||||
|
||||
Reference in New Issue
Block a user