diff src/version.c @ 27026:32120100fde8 v8.2.4042

patch 8.2.4042: Vim9: build error Commit: https://github.com/vim/vim/commit/143367256836b0f69881dc0c65ff165ae091dbc5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 16:02:59 2022 +0000 patch 8.2.4042: Vim9: build error Problem: Vim9: build error. Solution: Use grow array instead of character pointer.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 17:15:03 +0100
parents 5d851ce07caf
children c9474ae175f4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4042,
+/**/
     4041,
 /**/
     4040,