patch 8.2.3894: Vim9: no proper type check for first argument of call()

Problem:    Vim9: no proper type check for first argument of call().
Solution:   Add specific type check.
This commit is contained in:
Bram Moolenaar
2021-12-25 19:29:21 +00:00
parent 5cd647935d
commit 223d0a6bc8
6 changed files with 27 additions and 1 deletions

View File

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