commit | 88c4e1f06905983870175a473683e81312d14c64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 23:14:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 23:14:28 2019 +0200 |
tree | 16ffc8ec0c1cf1644aa57714c9b4f55a3f9655cd | |
parent | 68a4b04a8d2471adf9de595745437c7cf20b98d8 [diff] [blame] |
patch 8.1.1420: popup window size only uses first line length Problem: Popup window size only uses first line length. Solution: Use the longest line. (Ben Jackson, closes #4451) Also deal with wrapping lines.
diff --git a/src/version.c b/src/version.c index 089b44f..00eaacb 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1420, +/**/ 1419, /**/ 1418,