diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index b1db038..ba31beb 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -4192,7 +4192,7 @@ endfunction augroup fugitive_status autocmd! - autocmd BufWritePost * call fugitive#DidChange(+expand('')) + autocmd BufWritePost * call fugitive#DidChange(+expand(''), 0) autocmd ShellCmdPost,ShellFilterPost * nested call fugitive#DidChange(0) autocmd BufDelete * nested \ if getbufvar(+expand(''), 'buftype') ==# 'terminal' |