comparison src/version.c @ 28899:2644e49d5147 v8.2.4972

patch 8.2.4972: Vim9: compilation fails when using dict member when skipping Commit: https://github.com/vim/vim/commit/1ff9c44267ce487145d22d75a96370d7f96ae8dd Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 17 15:03:33 2022 +0100 patch 8.2.4972: Vim9: compilation fails when using dict member when skipping Problem: Vim9: compilation fails when using dict member when skipping. Solution: Do not generate ISN_USEDICT when skipping. (closes https://github.com/vim/vim/issues/10433)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 May 2022 16:15:02 +0200
parents 37e05627acb1
children 11609f025219
comparison
equal deleted inserted replaced
28898:61a6cd224f07 28899:2644e49d5147
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 4972,
749 /**/ 751 /**/
750 4971, 752 4971,
751 /**/ 753 /**/
752 4970, 754 4970,
753 /**/ 755 /**/