commit | 09dd2bb3364cc8fb5a8f2507bc2f4ceba481db3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 18:42:15 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 18:42:15 2019 +0100 |
tree | 837ab1e8b081208b0034598cc31575af21c25b20 | |
parent | 6e43b30a854d9aca451a794d368443b90f259a7e [diff] [blame] |
patch 8.2.0007: popup menu positioned wrong with folding in two tabs Problem: Popup menu positioned wrong with folding in two tabs. Solution: Update the cursor line height. (closes #5353)
diff --git a/src/version.c b/src/version.c index 2ab2e07..6c31de8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 7, +/**/ 6, /**/ 5,