Add warning error format
This commit is contained in:
parent
39fd1b76ce
commit
a6bbfbdb4e
@ -30,6 +30,7 @@ function! SyntaxCheckers_scala_fsc_GetLocList() dict
|
|||||||
|
|
||||||
let errorformat =
|
let errorformat =
|
||||||
\ '%E%f:%l: %trror: %m,' .
|
\ '%E%f:%l: %trror: %m,' .
|
||||||
|
\ '%W%f:%l: %tarning:%m,' .
|
||||||
\ '%Z%p^,' .
|
\ '%Z%p^,' .
|
||||||
\ '%-G%.%#'
|
\ '%-G%.%#'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user