Merge pull request #800 from kisielk/master

Support multi-line error messages in the go checker.
This commit is contained in:
LCD 47 2013-09-27 10:53:48 -07:00
commit 7eccb722af

View File

@ -53,8 +53,9 @@ function! SyntaxCheckers_go_go_GetLocList()
endif
let errorformat =
\ '%f:%l:%c:%m,' .
\ '%f:%l%m,' .
\ '%E%f:%l:%c:%m,' .
\ '%E%f:%l%m,' .
\ '%C%\s%\+%m,' .
\ '%-G#%.%#'
" The go compiler needs to either be run with an import path as an