commit | 0407d270342d363c6297a7556cd904b4c434df54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 22:17:44 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 22:17:44 2021 +0000 |
tree | de079469755f77286a24d20c2c64fa286955049a | |
parent | 3194e5bf87f8e08f519b947a03c46677616cd7e3 [diff] [blame] |
patch 8.2.3802: terminal in two windows test fails on some systems Problem: Terminal in two windows test fails on some systems. Solution: Wait a bit between commands.
diff --git a/src/version.c b/src/version.c index 8f0b954..4181019 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3802, +/**/ 3801, /**/ 3800,