]> granicus.if.org Git - vim/commitdiff
patch 8.0.0799: missing semicolon v8.0.0799
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Jul 2017 21:16:13 +0000 (23:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jul 2017 21:16:13 +0000 (23:16 +0200)
Problem:    Missing semicolon.
Solution:   Add it.

src/terminal.c
src/version.c

index aba3d45690d03cde78d5dbfb1d1bf2caa9083848..9e14b4327ca2ce069e74dab6c00537c2793e2516 100644 (file)
@@ -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;
 }
 
 /*
index db316da653e633e3673a3236371c10ec46802986..d4926a8d0106ed93dd63eed0d646023a3efc3bd8 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    799,
 /**/
     798,
 /**/