diff src/version.c @ 23880:6559c0d6eb4c v8.2.2482

patch 8.2.2482: build error Commit: https://github.com/vim/vim/commit/a5a1ec1826c0e43d0282ba4d35c155a97bab3e27 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 16:05:47 2021 +0100 patch 8.2.2482: build error Problem: Build error. Solution: Add new error message.
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Feb 2021 16:15:04 +0100
parents 9ddf1a537fc2
children a4df35126d9c
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 */
 /**/
+    2482,
+/**/
     2481,
 /**/
     2480,