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 1c65c7f commit 4dd6704Copy full SHA for 4dd6704
compiler/rustc.vim
@@ -39,8 +39,7 @@ CompilerSet errorformat+=
39
\%Eerror[E%n]:\ %m,
40
\%Wwarning:\ %m,
41
\%Inote:\ %m,
42
- \%C\ %#-->\ %f:%l:%c,
43
- \%C%*[0-9\ ]\|%.%#
+ \%C\ %#-->\ %f:%l:%c
44
45
let &cpo = s:cpo_save
46
unlet s:cpo_save
syntax_checkers/rust/rustc.vim
@@ -32,8 +32,7 @@ function! SyntaxCheckers_rust_rustc_GetLocList() dict
32
\ '%Eerror[E%n]: %m,' .
33
\ '%Wwarning: %m,' .
34
\ '%Inote: %m,' .
35
- \ '%C %#--> %f:%l:%c,' .
36
- \ '%C%*[0-9 ]|%.%#'
+ \ '%C %#--> %f:%l:%c'
37
38
return SyntasticMake({
\ 'makeprg': makeprg,
0 commit comments