-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error detected while processing function <SNR>47_auto_same_ids[3]..go#guru#SameIds[24] #1477
Comments
The Guess we should use the old method of I wish distros would not ship with Vim versions that are over a year and a half old :-/ |
if i manually do :GoInstallBinaries after opening vim then problem goes away |
@Carpetsmoker since there's an acceptable work around, I think we should just close this issue. It may be time to put a check in vim-go that checks that the version is at least the minimum supported and if it isn't, then display a warning and stop loading vim-go. |
Bit off-topic here, but probably 7.4.1689 is the minimum supported version, reasoning being that's what the most recent Ubuntu LTS ships with (which quite a few people seem to use). Also see #1450. In April with Ubuntu 18.04 next year we can bump it to 8.0.something. Just need to get better automated tests for this sort of stuff; I actually tested that PR with 7.4 but guess I forgot to re-test it with 7.4 after adding the ability to use a list, or maybe I useda different 7.4 version. |
Thanks for reporting @cavapoo2 👍 |
Behavior
Steps to reproduce:
step inside (
CTRL-]
) a function likefmt.Println
; you will arrive at thefmt
source file. Note this happens on all source filesmust be the development version from
1.9
The text was updated successfully, but these errors were encountered: