Minor errorformat fix for the go checker.

This commit is contained in:
LCD 47 2013-09-27 20:55:56 +03:00
parent 7eccb722af
commit 7b73975d79

View File

@ -54,7 +54,7 @@ function! SyntaxCheckers_go_go_GetLocList()
let errorformat =
\ '%E%f:%l:%c:%m,' .
\ '%E%f:%l%m,' .
\ '%E%f:%l:%m,' .
\ '%C%\s%\+%m,' .
\ '%-G#%.%#'