mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.1571: RedrawingDisabled not used consistently
Problem: RedrawingDisabled not used consistently. Solution: Avoid RedrawingDisabled going negative. Set RedrawingDisabled in win_split_ins(). (closes #11961)
This commit is contained in:
@@ -287,7 +287,8 @@ do_debug(char_u *cmd)
|
||||
}
|
||||
vim_free(cmdline);
|
||||
|
||||
--RedrawingDisabled;
|
||||
if (RedrawingDisabled > 0)
|
||||
--RedrawingDisabled;
|
||||
--no_wait_return;
|
||||
redraw_all_later(UPD_NOT_VALID);
|
||||
need_wait_return = FALSE;
|
||||
|
Reference in New Issue
Block a user