patch 8.2.3904: Vim9: skip expression type is not checked at compile time

Problem:    Vim9: skip expression type is not checked at compile time.
Solution:   Add argument type checks.
This commit is contained in:
Bram Moolenaar
2021-12-26 17:18:14 +00:00
parent 71c41255f6
commit 7319981f21
3 changed files with 65 additions and 9 deletions

View File

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