jstemmer/gotags

Warning: Can't highlight tag, Tagbar window not open

fuyou001 opened this issue · 4 comments

follow the https://github.com/jstemmer/gotags

before i upgrade go 1.3 to 1.32 ,it is ok ,but after upgrade it is broken.

go version
image

the error
image

I don't have access to a mac and I haven't been able to reproduce this on my machine (debian linux, go 1.3.2). What version of vim and tagbar are you using? What are the exact steps to reproduce this?

VIM version is 7.3 I used maximum-awesome .how to get the tagbar version ?

Does the gotags output contain any errors when you run it manually from the terminal (e.g. run $ gotags *.go in the directory where you see this problem in vim). If not, then it's not a gotags issue and you'll probably have more luck figuring out what is wrong discussing this in the maximum-awesome or tagbar repositories.

@jstemmer thanks ! I try gotags *go ,it is ok!