commit | 890ee4e2be1dca0c07a91f836e26baead952ae7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 30 21:56:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 30 21:56:10 2021 +0200 |
tree | 90a453b775517094a6c8c2b3fc698248fc3103f7 | |
parent | 4a15504e911bc90a29d862862f0b7a46d8acd12a [diff] [blame] |
patch 8.2.3253: channel test fails randomly Problem: Channel test fails randomly. Solution: Add a sleep after sending the "echoerr" command. (Michael Soyka)
diff --git a/src/version.c b/src/version.c index ebd2c56..b01127c 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3253, +/**/ 3252, /**/ 3251,