mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete
Problem: Mechanism to prevent recursive screen updating is incomplete. Solution: Add "redraw_not_allowed" and set it in build_stl_str_hl(). (issue #10952)
This commit is contained in:
@@ -2028,7 +2028,7 @@ listdigraphs(int use_headers)
|
||||
|
||||
// clear screen, because some digraphs may be wrong, in which case we
|
||||
// messed up ScreenLines
|
||||
must_redraw = UPD_CLEAR;
|
||||
set_must_redraw(UPD_CLEAR);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user