summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/terminal.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c
index aba3d4569..9e14b4327 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -1607,7 +1607,7 @@ term_free_vterm(term_T *term)
term->tl_winpty_config = NULL;
if (term->tl_vterm != NULL)
vterm_free(term->tl_vterm);
- term->tl_vterm = NULL
+ term->tl_vterm = NULL;
}
/*
diff --git a/src/version.c b/src/version.c
index db316da65..d4926a8d0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 799,
+/**/
798,
/**/
797,