comparison src/version.c @ 28723:930f1bb1649d v8.2.4886

patch 8.2.4886: Vim9: redir in skipped block seen as assignment Commit: https://github.com/vim/vim/commit/bc6f2bf78af28c93b48906408756b797ab2fd7bd Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 6 14:29:09 2022 +0100 patch 8.2.4886: Vim9: redir in skipped block seen as assignment Problem: Vim9: redir in skipped block seen as assignment. Solution: Check for valid assignment.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 15:30:02 +0200
parents ec4086492eda
children 075787b91e09
comparison
equal deleted inserted replaced
28722:afa1695e59a0 28723:930f1bb1649d
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4886,
749 /**/ 751 /**/
750 4885, 752 4885,
751 /**/ 753 /**/
752 4884, 754 4884,
753 /**/ 755 /**/