commit | ad24a71e2248e839c875c0bc0e6ad3dbeea16998 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 20:05:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 20:05:45 2019 +0200 |
tree | 2f8299092999d13d75f8b248d1f21e5274e774ff | |
parent | ae943150d3a2868a89df802c9f530331474451ec [diff] [blame] |
patch 8.1.1562: popup window not always redrawn after popup_setoptions() Problem: Popup window not always redrawn after popup_setoptions(). Solution: Force a redraw.
diff --git a/src/version.c b/src/version.c index feac085..f82f3c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1562, +/**/ 1561, /**/ 1560,