commit | a5e6621aadadf78c7b344e93a4b328788076f14c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 29 22:42:33 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 29 22:42:33 2017 +0200 |
tree | 160e3f05fcea43ae0b38b307045a942aff9c2cd7 | |
parent | 816968defc8ae79eb7e2319e991e74661be8d750 [diff] [blame] |
patch 8.0.1161: popup menu drawing problem when resizing terminal Problem: Popup menu drawing problem when resizing terminal. Solution: Redraw after resizing also when a popup menu is visible. (Ozaki Kiichi, closes #2110)
diff --git a/src/version.c b/src/version.c index f2f5c16..804f84c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1161, +/**/ 1160, /**/ 1159,