1
0
forked from aniani/vim

patch 8.2.2323: Vim9: error when inferring type from empty dict/list

Problem:    Vim9: error when inferring type from empty dict/list.
Solution:   When the member is t_unknown use t_any. (closes #7009)
This commit is contained in:
Bram Moolenaar
2021-01-10 19:23:27 +01:00
parent 0186e58639
commit 31a11b942a
3 changed files with 35 additions and 1 deletions

View File

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