1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-09-19 14:12:34 +02:00
parent dec07510bb
commit 77b20977dc
3 changed files with 28 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1710,
/**/
1709,
/**/