diff src/version.c @ 26869:659e30d7eeb7 v8.2.3963

patch 8.2.3963: build failure with tiny and small features Commit: https://github.com/vim/vim/commit/096ca73dacd748a65d080197b842eef6f4423096 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 1 00:55:28 2022 +0000 patch 8.2.3963: build failure with tiny and small features Problem: Build failure with tiny and small features. (Tony Mechelynck) Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jan 2022 02:00:03 +0100
parents d66ba549f68a
children c8d32e12c934
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3963,
+/**/
     3962,
 /**/
     3961,