commit | c54f347d63bcca97ead673d01ac6b59914bb04e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 19:22:12 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 19:22:12 2021 +0100 |
tree | 619746c4cfcb3c324f72210b21724d563a17911b | |
parent | f4a2ed071447ad4984fad55b9d1671b55140ae1c [diff] [blame] |
patch 8.2.2648: terminal resize test sometimes hangs Problem: Terminal resize test sometimes hangs. Solution: Wait for the shell to display a prompt and other output.
diff --git a/src/version.c b/src/version.c index 750db2e..b2b0beb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2648, +/**/ 2647, /**/ 2646,