diff src/version.c @ 24270:3564fd251bb6 v8.2.2676

patch 8.2.2676: missing error message Commit: https://github.com/vim/vim/commit/9ea7e55ab9eacbdcfde76627fdc070a9cb4d1d45 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 29 21:06:04 2021 +0200 patch 8.2.2676: missing error message Problem: Missing error message. Solution: Add new error message.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Mar 2021 21:15:03 +0200
parents 9257f3980f4a
children cabed216cc2f
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 */
 /**/
+    2676,
+/**/
     2675,
 /**/
     2674,