changeset 23280:a6d48e6961aa

Add missing change to version.c Commit: https://github.com/vim/vim/commit/c882e4d169fd5e0364bc91642040337efe7327a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 22 12:18:11 2020 +0100 Add missing change to version.c
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Dec 2020 12:30:03 +0100
parents 83c0ec9b73b7
children 5b4db8035d1d
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
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2185,
+/**/
     2184,
 /**/
     2183,