diff src/version.c @ 27193:fe3da8b63dfa v8.2.4125

patch 8.2.4125: completion tests fail Commit: https://github.com/vim/vim/commit/b3d9ceed2bc96acb7a2388e138559df6282118af Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 17 21:13:28 2022 +0000 patch 8.2.4125: completion tests fail Problem: Completion tests fail. Solution: Disable error messages while dereferencing the function name.
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Jan 2022 22:15:03 +0100
parents 63f8dbcf6a74
children 005ebb9c8b8f
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 */
 /**/
+    4125,
+/**/
     4124,
 /**/
     4123,