comparison src/version.c @ 24236:82d2c859eb0c v8.2.2659

patch 8.2.2659: eval test fails because for loop on string works Commit: https://github.com/vim/vim/commit/c61cb8bfe1ec2cc50e6edd195cae2a3cd93d6590 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 26 20:56:45 2021 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Mar 2021 21:00:03 +0100
parents 7ffc795288dd
children e5cd25f7ffcd
comparison
equal deleted inserted replaced
24235:7190694157b0 24236:82d2c859eb0c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2659,
753 /**/ 755 /**/
754 2658, 756 2658,
755 /**/ 757 /**/
756 2657, 758 2657,
757 /**/ 759 /**/