Add warning error format

This commit is contained in:
Emily St 2016-08-09 13:24:00 -07:00
parent 39fd1b76ce
commit a6bbfbdb4e
No known key found for this signature in database
GPG Key ID: 6526B8035DD3DD32

View File

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