commit | bf61fdd00808bfa7cc61a82c719fc220bba50ba3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 10 20:39:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 10 20:39:17 2020 +0200 |
tree | 5e4042bff70ac9709c1984285952bc6a6c643b25 | |
parent | 94f4ffa7704921a3634e56b878e6dc362bc3d508 [diff] [blame] |
patch 8.2.1414: popupwindow missing last couple of lines Problem: Popupwindow missing last couple of lines when cursor is in the first line. Solution: Compute the max height also when top aligned. (closes #6664)
diff --git a/src/version.c b/src/version.c index a08b5d7..38dc86f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1414, +/**/ 1413, /**/ 1412,