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