1
0
forked from aniani/vim

patch 8.2.1730: Vim9: cannot use member of unknown type

Problem:    Vim9: cannot use member of unknown type.
Solution:   When type is unknown us "any". (closes #6997)
This commit is contained in:
Bram Moolenaar
2020-09-23 13:25:32 +02:00
parent 189832bf66
commit 04bdd573d0
3 changed files with 32 additions and 1 deletions

View File

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