mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
options: allow different highlights in windows
This commit is contained in:
@@ -3722,6 +3722,12 @@ static void win_enter_ext(win_T *wp, bool undo_sync, int curwin_invalid,
|
||||
if (restart_edit)
|
||||
redraw_later(VALID); /* causes status line redraw */
|
||||
|
||||
if (hl_attr(HLF_INACTIVE)
|
||||
|| (prevwin && prevwin->w_hl_id_inactive)
|
||||
|| curwin->w_hl_id_inactive) {
|
||||
redraw_all_later(NOT_VALID);
|
||||
}
|
||||
|
||||
/* set window height to desired minimal value */
|
||||
if (curwin->w_height < p_wh && !curwin->w_p_wfh)
|
||||
win_setheight((int)p_wh);
|
||||
|
Reference in New Issue
Block a user