mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
UI: add missing redraw after enter_tabpage
redraw_all_later() isn't guaranteed to update must_redraw after switching tab, we must do it ourselves. fixes #9152
This commit is contained in:
@@ -3336,6 +3336,7 @@ static void enter_tabpage(tabpage_T *tp, buf_T *old_curbuf, int trigger_enter_au
|
||||
}
|
||||
|
||||
redraw_all_later(NOT_VALID);
|
||||
must_redraw = NOT_VALID;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user