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 =
|
||||
\ '%E%f:%l: %trror: %m,' .
|
||||
\ '%W%f:%l: %tarning:%m,' .
|
||||
\ '%Z%p^,' .
|
||||
\ '%-G%.%#'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user