comparison src/version.c @ 25955:4003fc2340dc v8.2.3511

patch 8.2.3511: Vim9: entry for loop variable is created every round Commit: https://github.com/vim/vim/commit/a06758dd38851f022d270dd5102efbe1049d4712 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 15 00:18:37 2021 +0100 patch 8.2.3511: Vim9: entry for loop variable is created every round Problem: Vim9: entry for loop variable is created every round. Solution: Only create the entry once. (closes https://github.com/vim/vim/issues/8996)
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Oct 2021 01:30:03 +0200
parents d7e1cf30728c
children 08f63df32e8e
comparison
equal deleted inserted replaced
25954:336f67070095 25955:4003fc2340dc
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3511,
760 /**/ 762 /**/
761 3510, 763 3510,
762 /**/ 764 /**/
763 3509, 765 3509,
764 /**/ 766 /**/