commit | 614ab8aa00346724bfc27980d25985d482269b75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 01 11:59:00 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 01 11:59:00 2018 +0100 |
tree | fe9a1080eaf1ba90dac24b15585e4ac14fab8aee | |
parent | 07dc18ffa4e7ed202f219fe2fd3d6f58246f71f9 [diff] [blame] |
patch 8.1.0554: popup menu overlaps with preview window Problem: Popup menu overlaps with preview window. Solution: Adjust the height computation. (Hirohito Higashi, closes #3414)
diff --git a/src/version.c b/src/version.c index 5f61775..6cce566 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 554, +/**/ 553, /**/ 552,