commit | 3e112acc220dcacb58d77edca71910a532fffd0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 13:41:53 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 13:41:53 2020 +0100 |
tree | 40bc8f81f08bb495bde0a67d158af2594d78b9bf | |
parent | 17793ef23aae0bc94539390ccfe5e63b0ad39ff2 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 71bc47d..4dfa987 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2234, +/**/ 2233, /**/ 2232,