commit | 0b71955552c4b18f1853c1769ca64d696f8b60c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 13:59:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 13:59:03 2021 +0200 |
tree | 0dbba4393d0cff9c34296cd3353e95540552c8cd | |
parent | 5958549760652c173b703613b9cbf09b25a4eddb [diff] [blame] |
patch 8.2.2980: popup window test is a bit flaky Problem: Popup window test is a bit flaky. Solution: Add a redraw command.
diff --git a/src/version.c b/src/version.c index d55ab1a..ac5cc99 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2980, +/**/ 2979, /**/ 2978,