diff --git a/src/highlight.c b/src/highlight.c index 44888e97e5..5d90e696aa 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -1484,6 +1484,9 @@ do_highlight( did_highlight_changed = TRUE; redraw_all_later(NOT_VALID); } +#endif +#ifdef FEAT_VTP + control_console_color_rgb(); #endif } #ifdef FEAT_TERMINAL diff --git a/src/version.c b/src/version.c index b8552ed920..6df87b45dc 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 434, /**/ 433, /**/