commit | c2a43165004f944a909428e80700130745c08ed0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 01:03:53 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 01:03:53 2019 +0200 |
tree | 4f47a5d17a466b08c352d9395bf22afff8ada61e | |
parent | 88c47aa692a4b1061f86624ea2503f31314f3975 [diff] [blame] |
patch 8.1.1596: when resizing the screen may draw popup in wrong position Problem: When resizing the screen may draw popup in wrong position. (Masato Nishihata) Solution: Check the popup is not outside of the screen. (fixes #4592)
diff --git a/src/version.c b/src/version.c index 0631f09..fa4e50d 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1596, +/**/ 1595, /**/ 1594,