Skip to content
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

GoDocBrowser not linking to the correct page anchor #2275

Closed
marcov opened this issue May 6, 2019 · 1 comment · Fixed by #2276
Closed

GoDocBrowser not linking to the correct page anchor #2275

marcov opened this issue May 6, 2019 · 1 comment · Fixed by #2276

Comments

@marcov
Copy link

marcov commented May 6, 2019

TL;DR: GoDocBrowser does not link to the correct page anchor for methods.

Given the following code, place cursor on Match and then run :GoDocBrowser.

package main

import (
	"fmt"
	"regexp"
)

func main() {
	re := regexp.MustCompile(`(vim-go)`)
	vimgo := re.FindString("vim-go is great")
	fmt.Println(vimgo)
}
@bhcleek
Copy link
Collaborator

bhcleek commented May 7, 2019

Do you have gogetdoc installed?

bhcleek added a commit to bhcleek/vim-go that referenced this issue May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants