mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
This commit is contained in:
@@ -2191,7 +2191,7 @@ u_undo_end (
|
||||
u_add_time(msgbuf, sizeof(msgbuf), uhp->uh_time);
|
||||
|
||||
{
|
||||
FOR_ALL_WINDOWS(wp) {
|
||||
FOR_ALL_WINDOWS_IN_TAB(wp, curtab) {
|
||||
if (wp->w_buffer == curbuf && wp->w_p_cole > 0) {
|
||||
redraw_win_later(wp, NOT_VALID);
|
||||
}
|
||||
|
Reference in New Issue
Block a user