mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.1.1562: popup window not always redrawn after popup_setoptions()
Problem: Popup window not always redrawn after popup_setoptions(). Solution: Force a redraw.
This commit is contained in:
@@ -1449,6 +1449,7 @@ f_popup_setoptions(typval_T *argvars, typval_T *rettv UNUSED)
|
||||
apply_move_options(wp, dict);
|
||||
apply_general_options(wp, dict);
|
||||
|
||||
popup_mask_refresh = TRUE;
|
||||
popup_adjust_position(wp);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user