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:
Emily St 2017-09-18 23:41:11 +00:00
parent dbdde67ebc
commit cf02b6e29d
No known key found for this signature in database
GPG Key ID: 6526B8035DD3DD32

View File

@ -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%.%#'