Merge pull request #2148 from marcopaganini/govet

Fix go vet output parsing for go >= 1.10.
This commit is contained in:
LCD 047 2018-02-18 21:33:36 +02:00 committed by GitHub
commit 15f5db04e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ function! SyntaxCheckers_go_govet_GetLocList() dict
let errorformat =
\ '%Evet: %.%\+: %f:%l:%c: %m,' .
\ '%f:%l:%c: %m,' .
\ '%W%f:%l: %m,' .
\ '%-G%.%#'