diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index b3c2d98..7799520 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -6103,7 +6103,7 @@ function! s:BlurStatus() abort if len(winnrs) exe winnrs[0].'wincmd w' else - belowright new + belowright new +setl\ bufhidden=delete endif if &diff call fugitive#DiffClose()