-
Notifications
You must be signed in to change notification settings - Fork 29
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
Closing the infoview buffer with :q! causes errors #346
Comments
Indirectly addressed by #43, which I would love to see finally merged as well. |
I'd somewhat say "don't do that" :) as using |
It works, thanks for the fix!
I agree, the reason is I have |
If I close the infoview window manually with
:q!
, it errors withand these errors happen periodically afterwards when I move my cursor as well. Since these errors don't happen with
:q
, I thought it may be a difference in the autocmd trigger order. Below is what autocmds trigger with:q
and with
:q!
. Note that unlike with:q
,WinClosed
activates immediately and then again slightly later.Related to #20 but the error is slightly different: window id vs buffer id.
The text was updated successfully, but these errors were encountered: