We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5449f7c commit 68c4bddCopy full SHA for 68c4bdd
2 files changed
src/screen.c
@@ -4541,7 +4541,7 @@ win_line(
4541
#ifdef FEAT_TERMINAL
4542
if (get_term_attr)
4543
{
4544
- syntax_attr = term_get_attr(wp->w_buffer, lnum, col);
+ syntax_attr = term_get_attr(wp->w_buffer, lnum, vcol);
4545
4546
if (!attr_pri)
4547
char_attr = syntax_attr;
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 812,
774
/**/
775
811,
776
0 commit comments