-
-
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
Regression in closing location list #720
Labels
Comments
cespare
added a commit
to cespare/vim-go
that referenced
this issue
Feb 11, 2016
Actually the fix seems simple. I'll send a PR. |
Thanks for the super-quick response @fatih 👍 |
You're welcome. Thank you too for sending a PR quickly, much appreciated :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The commit 8ef677a introduced a regression where sometimes the location list is not closed even though it should be.
I'm not sure of all the conditions in which this can happen, but here's one way to repro it:
:w
to save the buffer in split B. Now the location list should open in split B because gofmt sees a syntax error.At this point, the only way to get rid of the location list is either to close it manually, or else to make a new syntax error, save, fix it, and save again.
I found the commit that caused the problem via bisecting.
The text was updated successfully, but these errors were encountered: