-
Notifications
You must be signed in to change notification settings - Fork 81
Highlight failure #128
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 @Calm-cpy, thanks for reporting this issue. Could you specify what you mean by floating window? Is this a vim |
Just tested, the gray highlight in the third figure is the problem of syntax error checking plug-in. It's not about VIM better whitespace |
Which plugin do you use for language errors? |
dense-analysis/ale |
Alright, I seem to be able to reproduce this on vim 8.1. The |
We disable the highlighting from the
We should either check it is the correct buffer, or remove this event altogether. |
* Disable in floating windows by default * Fix highlighting disabled on popup close Close #128
@Cimbali thanks for the quick investigation and fix for this, you rock! 😀 @Calm-cpy the fix from Cimbali is merged in now, can you update and give it a try? |
The problem has been fixed very well. Now I'm going to use it to enjoy programming. Thanks. 😊 |
When blank character highlighting is set, if floating window appears, the highlighting will be invalid, and it will not be restored until entering the insertion mode again.
The text was updated successfully, but these errors were encountered: