mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 22:03:51 -05:00
Fix reference to renamed function
Closes https://github.com/tpope/vim-fugitive/issues/1606
This commit is contained in:
@@ -4513,7 +4513,7 @@ function! s:BlurStatus() abort
|
|||||||
belowright new
|
belowright new
|
||||||
endif
|
endif
|
||||||
if &diff
|
if &diff
|
||||||
call s:DiffClose()
|
call fugitive#DiffClose()
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user