farazdagi / vim-go-ide

Ready to use, fully configured for Go development.
576 stars 290 forks source link

Error detected while processing function go#def#Jump #21

Open lylex opened 7 years ago

lylex commented 7 years ago

To reproduce:

  1. Install the latest vim-go-ide as the instruction
  2. Open an existed go project
  3. 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.

wildsurfer commented 7 years ago

I have the same issue

screenshot at oct 10 16-54-15

ps23 commented 6 years ago

@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

ps23 commented 6 years ago

Hope you patch @lylex will be merged soon