summaryrefslogtreecommitdiffstats
path: root/src/move.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-14 18:42:15 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-14 18:42:15 +0100
commit09dd2bb3364cc8fb5a8f2507bc2f4ceba481db3d (patch)
tree837ab1e8b081208b0034598cc31575af21c25b20 /src/move.c
parent6e43b30a854d9aca451a794d368443b90f259a7e (diff)
patch 8.2.0007: popup menu positioned wrong with folding in two tabsv8.2.0007
Problem: Popup menu positioned wrong with folding in two tabs. Solution: Update the cursor line height. (closes #5353)
Diffstat (limited to 'src/move.c')
-rw-r--r--src/move.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/move.c b/src/move.c
index 8e53d8bcb0..6121e3e2da 100644
--- a/src/move.c
+++ b/src/move.c
@@ -816,7 +816,7 @@ validate_virtcol_win(win_T *wp)
/*
* Validate curwin->w_cline_height only.
*/
- static void
+ void
validate_cheight(void)
{
check_cursor_moved(curwin);