commit | 5d458a7b3d1819d51bff6f3682b81bf943c7e9d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 21:12:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 21:12:15 2019 +0200 |
tree | e624fd72ded61881e9f7a82d2967836b8b48c965 | |
parent | 2debf1c16b93f8693a785f675320d9e949c96a97 [diff] [blame] |
patch 8.1.1814: a long title in a popup window overflows Problem: A long title in a popup window overflows. Solution: Truncate the title. (closes #4770)
diff --git a/src/version.c b/src/version.c index 7c9ba68..b8479b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1814, +/**/ 1813, /**/ 1812,