vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incomplete (#27448)

Problem:    Mechanism to prevent recursive screen updating is incomplete.
Solution:   Add "redraw_not_allowed" and set it in build_stl_str_hl().
            (issue vim/vim#10952)

471c0fa3ee

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq
2024-02-13 06:30:35 +08:00
committed by GitHub
parent 84b6ade415
commit 984f7a9fd3
7 changed files with 33 additions and 31 deletions

View File

@@ -184,7 +184,7 @@ void win_config_float(win_T *wp, WinConfig fconfig)
}
win_set_inner_size(wp, true);
must_redraw = MAX(must_redraw, UPD_VALID);
set_must_redraw(UPD_VALID);
wp->w_pos_changed = true;
if (change_external || change_border) {