diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4864,
+/**/
     4863,
 /**/
     4862,