mdempsky / gocode

An autocompletion daemon for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:GoInstallBinaries installs without .exe on Windows with GVIM

kozie opened this issue · comments

Did the following:

  • Installed Go freshly on a new laptop with the official msi (Windows 10 x64)
  • Installed vim-go with plug on GVIM 8.1
  • Ran :GoInstallBinaries in gvim

all binaries installed don't end with .exe resulting in vim-go features not functioning.

Running something like go get -u github.com/mdempsky/gocode from cmd seems to do the job as expected.

Wrong repo, original post is now over here