-
-
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
Quickfix window is no longer closed on Vim 7.4 #1423
Comments
I have also encountered this problem |
I can confirm as well. It appeared after an update. |
@cespare @michaelyou @petesaia As a workaround you can also However, I think that #1474 will fix your issue. Can you confirm? |
#1474 doesn't resolve this if you do not have patch 2200, but does resolve it with an additional line (commented in that PR) |
After 9a433e5 and the follow-up fix 52c5b1f, the quickfix window is no longer closed in Vim 7.4.
To reproduce:
The particular vim I was using gave this for
vim --version
:The particular behaviors I observed were:
I upgraded to vim 8.0.1033 and then this fixed the problem (now the quickfix window is closed as expected).
So basically, I think that 9a433e5 needs to be adjusted for vim 7 compatibility.
The text was updated successfully, but these errors were encountered: