diff src/version.c @ 19297:84703c85a583 v8.2.0207

patch 8.2.0207: crash when missing member type on list argument Commit: https://github.com/vim/vim/commit/bfe12043128d75585749f82aebbf4cdd1a7dfe31 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 4 21:54:07 2020 +0100 patch 8.2.0207: crash when missing member type on list argument Problem: Crash when missing member type on list argument. Solution: Check for invalid type. (closes https://github.com/vim/vim/issues/5572)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Feb 2020 22:00:05 +0100
parents 2a63b7f5802a
children 8b710057093c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    207,
+/**/
     206,
 /**/
     205,