patch 8.2.2659: eval test fails because for loop on string works

Problem:    Eval test fails because for loop on string works.
Solution:   Check looping over function reference fails.
This commit is contained in:
Bram Moolenaar
2021-03-26 20:56:45 +01:00
parent 74e54fcb44
commit c61cb8bfe1
2 changed files with 3 additions and 1 deletions

View File

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