diff --git a/src/option.c b/src/option.c index 1ba8a8c2e..4fdfe1000 100644 --- a/src/option.c +++ b/src/option.c @@ -8819,10 +8819,13 @@ set_bool_option( # endif highlight_gui_started(); # ifdef FEAT_VTP - control_console_color_rgb(); /* reset t_Co */ if (is_term_win32()) + { + control_console_color_rgb(); set_termname(T_NAME); + init_highlight(TRUE, FALSE); + } # endif } #endif diff --git a/src/version.c b/src/version.c index eb119ca2a..a2780f470 100644 --- a/src/version.c +++ b/src/version.c @@ -789,6 +789,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 123, /**/ 122, /**/