mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Only diff against parent commit in Fugitive revision buffers
Fixes #695.
This commit is contained in:
@@ -33,8 +33,6 @@ function! gitgutter#process_buffer(bufnr, force) abort
|
||||
return
|
||||
endif
|
||||
|
||||
call gitgutter#utility#set_diff_base_if_fugitive(a:bufnr)
|
||||
|
||||
if a:force || s:has_fresh_changes(a:bufnr)
|
||||
|
||||
let diff = 'NOT SET'
|
||||
|
||||
Reference in New Issue
Block a user