# HG changeset patch # User Bram Moolenaar # Date 1608636603 -3600 # Node ID a6d48e6961aa2d754c489c09a5a4a0a9f70f030c # Parent 83c0ec9b73b7ab3f739eb17f6345da9e4183f96d Add missing change to version.c Commit: https://github.com/vim/vim/commit/c882e4d169fd5e0364bc91642040337efe7327a6 Author: Bram Moolenaar Date: Tue Dec 22 12:18:11 2020 +0100 Add missing change to version.c diff --git a/src/version.c b/src/version.c --- 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 */ /**/ + 2185, +/**/ 2184, /**/ 2183,