Skip to content

Commit

Permalink
Make intra-highlights customizable
Browse files Browse the repository at this point in the history
  • Loading branch information
obcat authored and airblade committed Aug 6, 2021
1 parent 7d9b712 commit 4adaa7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/gitgutter/highlight.vim
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ function! gitgutter#highlight#define_highlights() abort
highlight default link GitGutterChangeDeleteLineNr CursorLineNr

" Highlights used intra line.
highlight GitGutterAddIntraLine gui=reverse cterm=reverse
highlight GitGutterDeleteIntraLine gui=reverse cterm=reverse
highlight default GitGutterAddIntraLine gui=reverse cterm=reverse
highlight default GitGutterDeleteIntraLine gui=reverse cterm=reverse
" Set diff syntax colours (used in the preview window) - diffAdded,diffChanged,diffRemoved -
" to match the signs, if not set aleady.
for [dtype,type] in [['Added','Add'], ['Changed','Change'], ['Removed','Delete']]
Expand Down

0 comments on commit 4adaa7a

Please sign in to comment.