-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
:GoInstall: doesn't close the quickfix window when successful in async mode #1109
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
Comments
Hi @vdemario I've just tested it and as you see below in the demo it works without any problem. Can you share a screencast at least? I can't reproduce it otherwise. |
Seems the problem is somewhere else. To be honest I don't have any clue why it fails for you guys. Can you past the |
|
I just noticed this does not happen with |
My vim --version
|
I've updated to the 1.10 release and the quickfix closes itself now. |
This is now fixed. Please pull latest master. Thanks. |
Thanks @pborzenkov and @fatih |
Actual behavior
:GoInstall:
runs and reports errors in a quickfix window. I fix those errors and run it again. It finishes successfully but the quickfix window with the previous errors remains open.This is the same as #526, but it's back now in async mode.
Expected behavior
:GoInstall:
runs and reports errors in a quickfix window. I fix those errors and run it again. The quickfix window closes.Steps to reproduce
:GoInstall:
.:GoInstall:
again.Configuration
The text was updated successfully, but these errors were encountered: