You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ gvm version
Go Version Manager v1.0.19 installed at /home/myitcv/.gvm
$ vim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Feb 25 2014 10:54:46)
Included patches: 1-192
$ echo$GOROOT
/home/myitcv/.gvm/gos/go1.2
$ echo$GOPATH
/home/myitcv/gostuff:/home/myitcv/.gvm/pkgsets/go1.2/global
The simple hello world example:
// /home/myitcv/gostuff/src/github.com/myitcv/hello/hello.gopackage main
import"fmt"funcmain() {
fmt.Printf("Hello world!\n")
}
Using commit 76f1ece of
vim-gocode
and:The simple hello world example:
Checking
:set makeprg
:Then
:make
produces:Any thoughts on what I'm missing here?
Incidentally,
:set makeprg=go\ build
works as expected.Thanks in advance. Great integration with
gocode
The text was updated successfully, but these errors were encountered: