Merge pull request #350 from kisielk/master
Added support for multi-line error messages in go.vim
This commit is contained in:
commit
bf234f040f
@ -11,7 +11,7 @@
|
|||||||
"============================================================================
|
"============================================================================
|
||||||
function! SyntaxCheckers_go_GetLocList()
|
function! SyntaxCheckers_go_GetLocList()
|
||||||
let makeprg = 'go build -o /dev/null'
|
let makeprg = 'go build -o /dev/null'
|
||||||
let errorformat = '%f:%l:%c:%m,%f:%l%m,%-G#%.%#'
|
let errorformat = '%f:%l:%c:%m,%E%f:%l:%m,%C%m,%-G#%.%#'
|
||||||
|
|
||||||
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user