1
0
forked from aniani/vim

patch 8.2.3168: Vim9: type error for constant of type any

Problem:    Vim9: type error for constant of type any.
Solution:   Do add a runtime type check if a constant has type any.
            (closes #8570)
This commit is contained in:
Bram Moolenaar
2021-07-15 19:23:18 +02:00
parent 547f94f330
commit 378697ac58
3 changed files with 14 additions and 1 deletions

View File

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