Skip to content

Commit f6cbca3

Browse files
author
Jameson Ernst
committed
Filter out cargo 'Finished' messages
1 parent 43b2ae2 commit f6cbca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/cargo.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ endfunction
3030
" Ignore general cargo progress messages
3131
CompilerSet errorformat+=
3232
\%-G%\\s%#Downloading%.%#,
33-
\%-G%\\s%#Compiling%.%#
33+
\%-G%\\s%#Compiling%.%#,
34+
\%-G%\\s%#Finished%.%#
3435

3536
let s:local_manifest = findfile(s:cargo_manifest_name, '.;')
3637
if s:local_manifest != ''

0 commit comments

Comments
 (0)