diff src/version.c @ 22322:a5b16c9eee9d v8.2.1710

patch 8.2.1710: Vim9: list of list type can be wrong Commit: https://github.com/vim/vim/commit/77b20977dc31ecf753dddad7a7c7b8f7b6e0c244 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 19 14:12:34 2020 +0200 patch 8.2.1710: Vim9: list of list type can be wrong Problem: Vim9: list of list type can be wrong. Solution: Use VAR_UNKNOWN for empty list. Recognize VAR_UNKNOWN when looking for a common type. (closes #6979)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Sep 2020 14:15:04 +0200
parents 663cba20a5a5
children a4ed0de125d9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1710,
+/**/
     1709,
 /**/
     1708,