changeset 26091:00de6cb1c5a1

Add missing piece of patch 8.2.3578 Commit: https://github.com/vim/vim/commit/b32aa8a6a10983836d5987f1e42035f88d47bf6e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 3 22:25:06 2021 +0000 Add missing piece of patch 8.2.3578
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Nov 2021 23:30:04 +0100
parents 19640c9a9e18
children 6a0f603c52a9
files src/version.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3578,
+/**/
     3577,
 /**/
     3576,