Go vet errorformat fix.
This commit is contained in:
parent
7b380249f0
commit
f76ae1cc0f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user