diff --git a/syntax_checkers/go/go.vim b/syntax_checkers/go/go.vim index 427e3e0b..5d5ae17c 100644 --- a/syntax_checkers/go/go.vim +++ b/syntax_checkers/go/go.vim @@ -53,8 +53,9 @@ function! SyntaxCheckers_go_go_GetLocList() endif let errorformat = - \ '%f:%l:%c:%m,' . - \ '%f:%l%m,' . + \ '%E%f:%l:%c:%m,' . + \ '%E%f:%l%m,' . + \ '%C%\s%\+%m,' . \ '%-G#%.%#' " The go compiler needs to either be run with an import path as an