diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index c84b476..a47d328 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1101,6 +1101,7 @@ let s:common_efm = '' \ . '%+Eusage:%.%#,' \ . '%+Eerror:%.%#,' \ . '%+Efatal:%.%#,' + \ . '%-G%.%#%\e[K%.%#,' \ . '%-G%.%#%\r%.%\+' function! s:Merge(cmd, bang, args) abort