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/move.c b/src/move.c index 8e53d8b..6121e3e 100644 --- a/src/move.c +++ b/src/move.c
@@ -816,7 +816,7 @@ /* * Validate curwin->w_cline_height only. */ - static void + void validate_cheight(void) { check_cursor_moved(curwin);