diff --git a/src/version.c b/src/version.c index d2e01fe272..773a919789 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1109, /**/ 1108, /**/ diff --git a/src/vim9instr.c b/src/vim9instr.c index b4c66e39b0..f5795cdf94 100644 --- a/src/vim9instr.c +++ b/src/vim9instr.c @@ -594,6 +594,7 @@ generate_TYPECHECK( if (tt != NULL) { *tt = *expected; + tt->tt_flags &= ~TTFLAG_STATIC; tt->tt_flags |= TTFLAG_NUMBER_OK; } }