diff src/version.c @ 23713:572b0f1c2e28 v8.2.2398

patch 8.2.2398: method test fails Commit: https://github.com/vim/vim/commit/40be52ba71b9d6a7f586b1e77db8e827ff4c0c42 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 23 15:27:09 2021 +0100 patch 8.2.2398: method test fails Problem: Method test fails. Solution: Adjust test for allowed white space.
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Jan 2021 15:30:05 +0100
parents 29eccef07e2f
children b6d8d9578375
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 */
 /**/
+    2398,
+/**/
     2397,
 /**/
     2396,