diff --git a/src/screen.c b/src/screen.c index 40f83c0b6f..a1e8b5fa05 100644 --- a/src/screen.c +++ b/src/screen.c @@ -4541,7 +4541,7 @@ win_line( #ifdef FEAT_TERMINAL if (get_term_attr) { - syntax_attr = term_get_attr(wp->w_buffer, lnum, col); + syntax_attr = term_get_attr(wp->w_buffer, lnum, vcol); if (!attr_pri) char_attr = syntax_attr; diff --git a/src/version.c b/src/version.c index 90d9273eba..7a3e04a174 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 812, /**/ 811, /**/