commit | acc682bd7ca66b74b42de7a5fb5d3ef37897926f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 17:15:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 17:15:51 2019 +0200 |
tree | d8d517bd1f426b0e8bc5c3f824000969fb18b8f9 | |
parent | 1748c7f77ea864c669b7e5cfb2be0c34ce45e36e [diff] [blame] |
patch 8.1.1496: popup window height is not recomputed Problem: Popup window height is not recomputed. Solution: Recompute the height when needed.
diff --git a/src/version.c b/src/version.c index 504a163..132329f 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1496, +/**/ 1495, /**/ 1494,