From e12236b60acc0429e11e0ccc7eb72d44467ad396 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 27 Sep 2020 04:47:22 -0400 Subject: [PATCH] Fix reference to renamed function Closes https://github.com/tpope/vim-fugitive/issues/1606 --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 5082f82..5437c7f 100644 --- 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