mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13: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
|
||||
endif
|
||||
if &diff
|
||||
call s:DiffClose()
|
||||
call fugitive#DiffClose()
|
||||
endif
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user