commit | f4a2ed071447ad4984fad55b9d1671b55140ae1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 16:25:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 16:25:09 2021 +0100 |
tree | 006290cdf1d6535d9f00d4880a058c9ea3a89c8e | |
parent | f28f2ac425600b88da0bdcc12a82cd620f575681 [diff] [blame] |
patch 8.2.2647: terminal test sometimes hangs Problem: Terminal test sometimes hangs. Solution: Wait for the shell to display a prompt.
diff --git a/src/version.c b/src/version.c index b8b5d58..750db2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2647, +/**/ 2646, /**/ 2645,