vim-go-ide
vim-go-ide copied to clipboard
Error detected while processing function go#def#Jump
To reproduce:
- Install the latest vim-go-ide as the instruction
- Open an existed go project
- type
:GoDef
Error raised at bottom of the screen:
Error detected while processing function go#def#Jump[24]..<SNR>109_godefJump:
line 35:
E924: Current window was closed
After press Enter, it jumps to first line of the target tab, I believe the expected behavior is jumping to the function definition in another tab.
I have the same issue

@lylex @wildsurfer Can you try with the latest install step under https://github.com/farazdagi/vim-go-ide#1-prerequisites, especially try to https://github.com/farazdagi/vim-go-ide#13-install-python-and-update-plugins-optional For me :GoDef works and I am not able to replicate the error
Hope you patch @lylex will be merged soon