diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 00509e9..65ce394 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -2115,6 +2115,7 @@ function! s:BufReadIndex() abort let cmd = s:repo().git_command( \ '-c', 'status.displayCommentPrefix=true', \ '-c', 'color.status=false', + \ '-c', 'status.short=false', \ 'status') endif try