1
0
forked from aniani/vim

patch 9.0.1207: error when object type is expected but getting "any"

Problem:    Error when object type is expected but getting "any".
Solution:   When actual type is "any" use a runtime type check.
            (closes #11826)
This commit is contained in:
Bram Moolenaar
2023-01-16 16:39:37 +00:00
parent 5a57a5e209
commit 450c7a97d1
3 changed files with 27 additions and 0 deletions

View File

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