diff src/version.c @ 23382:7d6bffda5b6b v8.2.2234

patch 8.2.2234: command line wildmenu test often fails with Unix GUI Commit: https://github.com/vim/vim/commit/3e112acc220dcacb58d77edca71910a532fffd0f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 13:41:53 2020 +0100 patch 8.2.2234: command line wildmenu test often fails with Unix GUI Problem: Command line wildmenu test often fails with Unix GUI. Solution: Skip the test where it is expected to fail.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Dec 2020 13:45:04 +0100
parents 2351b40af967
children f719577ddae6
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 */
 /**/
+    2234,
+/**/
     2233,
 /**/
     2232,