diff src/version.c @ 20974:769f5a2d0879 v8.2.1038

patch 8.2.1038: popupwin test fails Commit: https://github.com/vim/vim/commit/b2b218d89b3a6f450e65afd5e59ac234a5fa1eb7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 22 20:22:19 2020 +0200 patch 8.2.1038: popupwin test fails Problem: Popupwin test fails. Solution: Fix WaitForAssert() argument.
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jun 2020 20:30:03 +0200
parents d561e3c6cd65
children 599b29b6e540
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1038,
+/**/
     1037,
 /**/
     1036,