commit | 77b20977dc31ecf753dddad7a7c7b8f7b6e0c244 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 19 14:12:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 19 14:12:34 2020 +0200 |
tree | 5c532798c3e4b8d2b61ce118c0fcc230975531bd | |
parent | dec07510bbdf335a2de3d63591231a90ef3e4c80 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 60aa105..3b1f963 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1710, +/**/ 1709, /**/ 1708,