commit | 017c2699381be17131a02f051ecb812067289856 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 14:17:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 14:17:51 2019 +0200 |
tree | 67e71f499c17aeab4ff6b476668ebab0099f65f8 | |
parent | 7b73f914c4fc5a3f7ad97b678cc8137f964e3d62 [diff] [blame] |
patch 8.1.1676: "maxwidth" of popup window does not always work properly Problem: "maxwidth" of popup window does not always work properly. Solution: Adjust the computation. (Naruhiko Nishino, closes #4653)
diff --git a/src/version.c b/src/version.c index 7e3c180..c4fee1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1676, +/**/ 1675, /**/ 1674,