commit e12236b60acc0429e11e0ccc7eb72d44467ad396 (tree)
parent 12011a475dbd0528821de5e562ecbc29cfe96fac
Author: Tim Pope <code@tpope.net>
Date: Sun, 27 Sep 2020 04:47:22 -0400
Fix reference to renamed function
Closes https://github.com/tpope/vim-fugitive/issues/1606
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim
@@ -4513,7 +4513,7 @@ function! s:BlurStatus() abort
belowright new
endif
if &diff
- call s:DiffClose()
+ call fugitive#DiffClose()
endif
endif
endfunction