Add warning format to errorformat for Scala compiler
Matches what was added to `fsc` in
a6bbfbdb4e
. Since `fsc` simply wraps
`scalac`, they have identical outputs and syntaxes.
This commit is contained in:
parent
dbdde67ebc
commit
cf02b6e29d
@ -25,6 +25,7 @@ function! SyntaxCheckers_scala_scalac_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