We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa69b8 commit 2e01b86Copy full SHA for 2e01b86
compiler/cargo.vim
@@ -34,6 +34,7 @@ augroup END
34
" Ignore general cargo progress messages
35
CompilerSet errorformat+=
36
\%-G%\\s%#Downloading%.%#,
37
+ \%-G%\\s%#Checking%.%#,
38
\%-G%\\s%#Compiling%.%#,
39
\%-G%\\s%#Finished%.%#,
40
\%-G%\\s%#error:\ Could\ not\ compile\ %.%#,
0 commit comments