Open lkintact opened 1 month ago
I observe similar behavior with the colorschemes quiet
, retrobox
, sorbet
and zaibatsu
.
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.