Skip to content

Commit 2e01b86

Browse files
caseyda-x
authored andcommitted
Ignore "Checking" quickfix line
Remove the line starting with `Checking` output by `cargo check` from the quickfix buffer.
1 parent 4aa69b8 commit 2e01b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/cargo.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ augroup END
3434
" Ignore general cargo progress messages
3535
CompilerSet errorformat+=
3636
\%-G%\\s%#Downloading%.%#,
37+
\%-G%\\s%#Checking%.%#,
3738
\%-G%\\s%#Compiling%.%#,
3839
\%-G%\\s%#Finished%.%#,
3940
\%-G%\\s%#error:\ Could\ not\ compile\ %.%#,

0 commit comments

Comments
 (0)