diff --git a/src/screen.c b/src/screen.c index b3fe3705e0..fa686d2b4f 100644 --- a/src/screen.c +++ b/src/screen.c @@ -1817,9 +1817,6 @@ screen_start_highlight(int attr) { if (aep->ae_u.cterm.fg_rgb != INVALCOLOR) term_fg_rgb_color(aep->ae_u.cterm.fg_rgb); - else - // Reset to default foreground color (SGR 39) - out_str((char_u *)"\033[39m"); } else #endif diff --git a/src/version.c b/src/version.c index 60402395d2..e255702ce6 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 45, /**/ 44, /**/