Checker fsc: fix errorformat.

This commit is contained in:
LCD 47 2016-08-10 08:01:34 +03:00
commit aa2a091109

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