commit | 0353f56ddb379e7f1a68172fa4743355e04df21e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 22:27:38 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 22:27:38 2020 +0100 |
tree | 5cc4a0ef859673e6b8a7b2f5484b881ed4fe9fdd | |
parent | b125b535bb0456ab43c10683307a4bc359442d44 [diff] [blame] |
patch 8.2.2154: popupwin test for terminal buffer fails sometimes Problem: Popupwin test for terminal buffer fails sometimes. Solution: Wait for the prompt to appear.
diff --git a/src/version.c b/src/version.c index 2bb336e..bd2fd5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2154, +/**/ 2153, /**/ 2152,