1
0
forked from aniani/vim

patch 8.2.3316: float test fails

Problem:    Float test fails.
Solution:   Add missing change.
This commit is contained in:
Bram Moolenaar
2021-08-08 15:51:10 +02:00
parent 2950065e18
commit 80a070c361
2 changed files with 3 additions and 1 deletions

View File

@@ -1972,7 +1972,7 @@ static funcentry_T global_functions[] =
ret_list_number, f_srand}, ret_list_number, f_srand},
{"state", 0, 1, FEARG_1, arg1_string, {"state", 0, 1, FEARG_1, arg1_string,
ret_string, f_state}, ret_string, f_state},
{"str2float", 1, 1, FEARG_1, arg1_string, {"str2float", 1, 2, FEARG_1, arg2_string_bool,
ret_float, FLOAT_FUNC(f_str2float)}, ret_float, FLOAT_FUNC(f_str2float)},
{"str2list", 1, 2, FEARG_1, arg2_string_bool, {"str2list", 1, 2, FEARG_1, arg2_string_bool,
ret_list_number, f_str2list}, ret_list_number, f_str2list},

View File

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