4 lines
107 B
VimL
4 lines
107 B
VimL
|
let current_compiler = ‘go’
|
|||
|
CompilerSet makeprg=go\ build\ ./...
|
|||
|
CompilerSet errorformat=%E%f:%l:%c:%m
|