commit | b125b535bb0456ab43c10683307a4bc359442d44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 21:56:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 21:56:09 2020 +0100 |
tree | 71d079a62d59518f9fa2530d47a16daf1e2e7c5b | |
parent | 8dd46e72cfb13b8de793c808ee009c45e881903a [diff] [blame] |
patch 8.2.2153: popupwin test for latin1 still fails sometimes Problem: Popupwin test for latin1 still fails sometimes. Solution: Wait for the "cat" command to finish.
diff --git a/src/version.c b/src/version.c index 3e64518..2bb336e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2153, +/**/ 2152, /**/ 2151,