-
-
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
GoTest never stops #1324
Comments
Can you give more detail what it means it never stops? couple of screenshots would be useful as well. |
The same is happening for me. If I run One more thing that might be related. I have this in my
which I took from here: https://github.com/fatih/vim-go-tutorial#test-it. It's failing on 1.13 with this error:
|
This has regressed after the refactor. Because I had this enabled ``` let g:go_echo_command_info = 0 ``` I was not able to see it. fixes #1324
Oh I see. This is because I've disabled
This is fixed now. Please pull latest master. I need to update the tutorial. Thanks for the heads up. The logic for |
Everything is working now, thanks @fatih. |
@fatih, could you update vimrc#L169 with |
@kjelle where? |
I uprade to v1.13 from v1.12 today, when I run
:GoTest
, it never stops. I have tried `:GoUpdateBinaries", it still the same. Is that a bug ?The text was updated successfully, but these errors were encountered: