diff --git a/src/syntax.c b/src/syntax.c index 4d4234683..9c17a5875 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -8202,6 +8202,8 @@ do_highlight( { if (gui.in_use && do_colors) gui_new_scrollbar_colors(); + else + set_hl_attr(idx); } # ifdef FEAT_BEVAL_GUI else if (is_tooltip_group) diff --git a/src/version.c b/src/version.c index 7bd232736..2ba2bcae2 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1613, /**/ 1612, /**/