-
Notifications
You must be signed in to change notification settings - Fork 82
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
:help
and :bd
throws error
#154
Comments
I think this commit should probably be swiftly reverted while the author tries to fix this new issue. |
I get a similar error every time I switch between open buffers:
Have to disable this plugin until this is fixed or reverted. My vim version is current Arch Linux gvim package:
|
My bad 😞 seems like I went a little too fast on this PR. I assumed that if the id exists in the window the highlighting must exist in the buffer which is not at all the case. I’ve made a new PR to fix #152 with an additional check. Please give it a try − I hope I didn’t miss a corner case this time. Seems removing a |
Description
Seems like while ab46827 fixing issue #152 (that I've submitted) it actually introduced a few new problems.
For some reason opening
:help
and deleting buffers in some scenarios are throwing errors. Not silent this time.I'll keep single issue for two errors I've encountered.
Every time
:help
window is entered:Maybe it happens when unlisted buffers are entered.
Sometimes when buffer is deleted (
:bdelete
):Steps to reproduce
:edit test.txt
:bdelete
And
:help
Specs
Windows 10
NVIM v0.8.0 (nightly)
The text was updated successfully, but these errors were encountered: