mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 19:43:47 -05:00
@@ -77,7 +77,7 @@ function! gitgutter#highlight#define_highlights() abort
|
|||||||
|
|
||||||
" When they are visible.
|
" When they are visible.
|
||||||
for type in ["Add", "Change", "Delete"]
|
for type in ["Add", "Change", "Delete"]
|
||||||
if hlexists("GitGutter".type) && s:get_foreground_colors('Diff'.type) != ['NONE', 'NONE']
|
if hlexists("GitGutter".type) && s:get_foreground_colors("GitGutter".type) != ['NONE', 'NONE']
|
||||||
if g:gitgutter_set_sign_backgrounds
|
if g:gitgutter_set_sign_backgrounds
|
||||||
execute "highlight GitGutter".type." guibg=".guibg." ctermbg=".ctermbg
|
execute "highlight GitGutter".type." guibg=".guibg." ctermbg=".ctermbg
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user