mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
syntax.c: Avoid the 'background' adjustment when true color enabled
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user