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.
To reproduce:
:GoDefError raised at bottom of the screen:
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.