mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
syntax.c: Avoid the 'background' adjustment when true color enabled
This commit is contained in:
parent
37b3a4c607
commit
0e15d1cefa
@ -6395,7 +6395,7 @@ do_highlight (
|
||||
HL_TABLE()[idx].sg_cterm_bg = color + 1;
|
||||
if (is_normal_group) {
|
||||
cterm_normal_bg_color = color + 1;
|
||||
{
|
||||
if (!ui_rgb_attached()) {
|
||||
must_redraw = CLEAR;
|
||||
if (color >= 0) {
|
||||
if (t_colors < 16)
|
||||
|
Loading…
Reference in New Issue
Block a user