-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoDef does not work on Windows if g:go_build_tags is not specified #1865
Comments
fatih
added a commit
that referenced
this issue
Jul 16, 2018
fatih
added a commit
that referenced
this issue
Jul 16, 2018
Thanks @ichitera, I'm merging that PR. |
fatih
added a commit
that referenced
this issue
Jul 17, 2018
fatih
added a commit
that referenced
this issue
Jul 17, 2018
fatih
added a commit
that referenced
this issue
Jul 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do? (required. The issue will be closed when not provided.)
I executed
:GoDef
on the fmt.Println of the following file.NOTE: I used the latest guru.exe updated by
:GoUpdateBinaries
.What did you expect to happen?
I expected that the definition of
fmt.Println
was opened.What happened instead?
The following error was displayed.
Configuration (MUST fill this out):
vim-go version: 155836d
vimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc)::version
):Go version (
go version
):go1.10.3 windows/amd64
Go environment (
go env
):INFO
The argument
-tags
ofguru.exe
, obtained fromg:go_build_tags
, can be empty, and the empty argument of-tags ''
seems to be ignored. I thought that:GoDef
, hence, did not work on Windows.Is
g:go_build_tags
mandatory option?This issue relates to #1771.
The text was updated successfully, but these errors were encountered: