comparison src/version.c @ 26236:9e6ddd7b91cd v8.2.3649

patch 8.2.3649: Vim9: error for variable declared in while loop Commit: https://github.com/vim/vim/commit/7a53f29c031f54ab67a803e5e3f8cb44e4edc4bc Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 22 18:31:02 2021 +0000 patch 8.2.3649: Vim9: error for variable declared in while loop Problem: Vim9: error for variable declared in while loop. Solution: Do not keep the first variable. (closes https://github.com/vim/vim/issues/9191)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 19:45:03 +0100
parents 92bad8cd95d5
children 14b4c778b61e
comparison
equal deleted inserted replaced
26235:f06e596b22f6 26236:9e6ddd7b91cd
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 3649,
760 /**/ 762 /**/
761 3648, 763 3648,
762 /**/ 764 /**/
763 3647, 765 3647,
764 /**/ 766 /**/