Go vet errorformat fix.

This commit is contained in:
LCD 47 2013-04-14 09:38:51 +03:00
parent 7b380249f0
commit f76ae1cc0f

View File

@ -20,7 +20,7 @@ endfunction
function! SyntaxCheckers_go_govet_GetLocList() function! SyntaxCheckers_go_govet_GetLocList()
let makeprg = 'go vet' let makeprg = 'go vet'
let errorformat = '%f:%l: %m,%-G%.%#' let errorformat = '%Evet: %.%\+: %f:%l:%c: %m,%W%f:%l: %m,%-G%.%#'
" The go tool needs to either be run with an import path as an " The go tool needs to either be run with an import path as an
" argument or directly from the package directory. Since figuring out " argument or directly from the package directory. Since figuring out