Minor errorformat fix for the go checker.
This commit is contained in:
parent
7eccb722af
commit
7b73975d79
@ -54,7 +54,7 @@ function! SyntaxCheckers_go_go_GetLocList()
|
|||||||
|
|
||||||
let errorformat =
|
let errorformat =
|
||||||
\ '%E%f:%l:%c:%m,' .
|
\ '%E%f:%l:%c:%m,' .
|
||||||
\ '%E%f:%l%m,' .
|
\ '%E%f:%l:%m,' .
|
||||||
\ '%C%\s%\+%m,' .
|
\ '%C%\s%\+%m,' .
|
||||||
\ '%-G#%.%#'
|
\ '%-G#%.%#'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user