Support multi-line error messages in the go checker.
This commit is contained in:
parent
7d24ad678f
commit
538dc2c7ef
@ -53,9 +53,10 @@ function! SyntaxCheckers_go_go_GetLocList()
|
||||
endif
|
||||
|
||||
let errorformat =
|
||||
\ '%f:%l:%c:%m,' .
|
||||
\ '%f:%l%m,' .
|
||||
\ '%-G#%.%#'
|
||||
\ '%E%f:%l:%c:%m,' .
|
||||
\ '%E%f:%l%m,' .
|
||||
\ '%-G#%.%#,' .
|
||||
\ '%Z%m'
|
||||
|
||||
" The go compiler needs to either be run with an import path as an
|
||||
" argument or directly from the package directory. Since figuring out
|
||||
|
Loading…
x
Reference in New Issue
Block a user