You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that all the spaces in both buffers have a gray background regardless of the region, which is wrong.
gVim: 9.1.785
OS: Windows 10 Home.
The text was updated successfully, but these errors were encountered:
lkintact
changed the title
Vim incorrectly colors text when using the habamax colorscheme and comparing files
gVim incorrectly colors text when using the habamax colorscheme and comparing files
Oct 17, 2024
Well, the interaction between highlight groups with cterm=reverse or gui=reverse and without is not always easy to manage to begin with. But some highlight groups like SpecialKey are treated by Vim a little bit differently than the others when they interact with CursorLine, for example, or all the diff* groups.
I don't think it is possible to fix this mess at the colorscheme level.
gvim.exe --clean -d 1.txt 2.txt
:colorscheme habamax
:set listchars=space:•
:windo set list
.Notice that all the spaces in both buffers have a gray background regardless of the region, which is wrong.
gVim: 9.1.785
OS: Windows 10 Home.
The text was updated successfully, but these errors were encountered: