patch 8.2.2434: Vim9: no error when compiling str2nr() with a number

Problem:    Vim9: no error when compiling str2nr() with a number.
Solution:   Add argument type checks. (closes #7759)
This commit is contained in:
Bram Moolenaar
2021-01-30 23:05:11 +01:00
parent b63f3ca66d
commit f2b26bcf8f
5 changed files with 50 additions and 2 deletions

View File

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