comparison src/version.c @ 28680:c1f7ee1c35bd v8.2.4864

patch 8.2.4864: Vim9: script test fails Commit: https://github.com/vim/vim/commit/0395f88b84b8917aeff1f7026cf968de0f55ba22 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 4 17:29:15 2022 +0100 patch 8.2.4864: Vim9: script test fails Problem: Vim9: script test fails. Solution: Remove "if" around declaration.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 May 2022 18:30:03 +0200
parents a16dae0be398
children c1591fa6f81a
comparison
equal deleted inserted replaced
28679:9b7d5073d3ba 28680:c1f7ee1c35bd
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 4864,
749 /**/ 751 /**/
750 4863, 752 4863,
751 /**/ 753 /**/
752 4862, 754 4862,
753 /**/ 755 /**/