Ignore ^[[K lines from progress output

This commit is contained in:
Tim Pope
2014-06-29 14:46:16 -04:00
parent 188692556a
commit 6239f5ed8e

View File

@@ -1101,6 +1101,7 @@ let s:common_efm = ''
\ . '%+Eusage:%.%#,'
\ . '%+Eerror:%.%#,'
\ . '%+Efatal:%.%#,'
\ . '%-G%.%#%\e[K%.%#,'
\ . '%-G%.%#%\r%.%\+'
function! s:Merge(cmd, bang, args) abort