commit | ba45f1f4fbff1a78ed5786c2608b0f8a76ec53c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 22:50:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 22:50:41 2019 +0200 |
tree | a487624942c10f09a7d24de86afb6ab012b001c8 | |
parent | 435f9f06cac02c1d2e5c52435d36e80f4ad2a8bd [diff] [blame] |
patch 8.1.1620: no test for popup window with border and mask Problem: No test for popup window with border and mask. Solution: Add this popup window, fix problems.
diff --git a/src/version.c b/src/version.c index e86b5bf..9af8988 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1620, +/**/ 1619, /**/ 1618,