commit | ec58384afa0dc1678afd7b8d19b4645ac2f73f42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 26 14:11:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 26 14:11:23 2019 +0200 |
tree | 542962e10b9053a34c1a966e7583709e9d40b960 | |
parent | a8c99fb78e9d747c127e8878518d5a43837b022b [diff] [blame] |
patch 8.1.1399: popup windows not adjusted when switching tabs Problem: Popup windows not adjusted when switching tabs. Solution: Save and restore first_tab_popupwin. Fix closing a tabpage.
diff --git a/src/version.c b/src/version.c index 8cfb965..78a932e 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1399, +/**/ 1398, /**/ 1397,