mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
vim-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 vim/vim#5353)
09dd2bb336
This commit is contained in:
@@ -641,7 +641,7 @@ void validate_virtcol_win(win_T *wp)
|
||||
/*
|
||||
* Validate curwin->w_cline_height only.
|
||||
*/
|
||||
static void validate_cheight(void)
|
||||
void validate_cheight(void)
|
||||
{
|
||||
check_cursor_moved(curwin);
|
||||
if (!(curwin->w_valid & VALID_CHEIGHT)) {
|
||||
|
Reference in New Issue
Block a user