diff src/version.c @ 21036:f58ee30d863f v8.2.1069

patch 8.2.1069: Vim9: fail to check for white space in list Commit: https://github.com/vim/vim/commit/e6e031739c9d0c4140e371031b58a249db0eb572 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 27 16:36:05 2020 +0200 patch 8.2.1069: Vim9: fail to check for white space in list Problem: Vim9: fail to check for white space in list. Solution: Add check for white space.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jun 2020 16:45:05 +0200
parents 2f8b0812819f
children 6ad5f0c99ee9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1069,
+/**/
     1068,
 /**/
     1067,