Fix reference to renamed function

Closes https://github.com/tpope/vim-fugitive/issues/1606
This commit is contained in:
Tim Pope
2020-09-27 04:47:22 -04:00
parent 12011a475d
commit e12236b60a

View File

@@ -4513,7 +4513,7 @@ function! s:BlurStatus() abort
belowright new
endif
if &diff
call s:DiffClose()
call fugitive#DiffClose()
endif
endif
endfunction