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 63ecdda commit dcbfa33Copy full SHA for dcbfa33
2 files changed
src/terminal.c
@@ -1607,7 +1607,7 @@ term_free_vterm(term_T *term)
1607
term->tl_winpty_config = NULL;
1608
if (term->tl_vterm != NULL)
1609
vterm_free(term->tl_vterm);
1610
- term->tl_vterm = NULL
+ term->tl_vterm = NULL;
1611
}
1612
1613
/*
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
+ 799,
774
/**/
775
798,
776
0 commit comments