Merge pull request #800 from kisielk/master
Support multi-line error messages in the go checker.
This commit is contained in:
commit
7eccb722af
@ -53,8 +53,9 @@ function! SyntaxCheckers_go_go_GetLocList()
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
let errorformat =
|
let errorformat =
|
||||||
\ '%f:%l:%c:%m,' .
|
\ '%E%f:%l:%c:%m,' .
|
||||||
\ '%f:%l%m,' .
|
\ '%E%f:%l%m,' .
|
||||||
|
\ '%C%\s%\+%m,' .
|
||||||
\ '%-G#%.%#'
|
\ '%-G#%.%#'
|
||||||
|
|
||||||
" The go compiler needs to either be run with an import path as an
|
" The go compiler needs to either be run with an import path as an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user