1
0
forked from aniani/vim

patch 8.2.2443: Vim9: no compile time error for wrong str2float argument

Problem:    Vim9: no compile time error for wrong str2float argument.
Solution:   Check argument type. (closes #7759)
This commit is contained in:
Bram Moolenaar
2021-01-31 20:48:58 +01:00
parent f272ae12ac
commit 80ad3e2569
3 changed files with 16 additions and 1 deletions

View File

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