diff src/version.c @ 28827:91b2386b9d9e v8.2.4937

patch 8.2.4937: no test for what 8.2.4931 fixes Commit: https://github.com/vim/vim/commit/ead241538cdd26cbf02599b6e23cd8baeafbcbb2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 10 21:11:12 2022 +0100 patch 8.2.4937: no test for what 8.2.4931 fixes Problem: No test for what 8.2.4931 fixes. Solution: Add a test that triggers a valgrind error.
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 May 2022 22:15:02 +0200
parents 4c749f9b97fd
children 2d0bd5601c30
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4937,
+/**/
     4936,
 /**/
     4935,