# HG changeset patch # User Bram Moolenaar # Date 1635978604 -3600 # Node ID 00de6cb1c5a115ccb88b27fd9e11ab55cf7d4879 # Parent 19640c9a9e182db415a3be05d9979e452c0c967c Add missing piece of patch 8.2.3578 Commit: https://github.com/vim/vim/commit/b32aa8a6a10983836d5987f1e42035f88d47bf6e Author: Bram Moolenaar Date: Wed Nov 3 22:25:06 2021 +0000 Add missing piece of patch 8.2.3578 diff --git a/src/version.c b/src/version.c --- 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,