mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 11:14:10 +00:00
fix(column): reset decor state before starting from top
This commit is contained in:
committed by
Lewis Russell
parent
b514edcdf4
commit
df399ea0d2
@@ -2335,6 +2335,7 @@ static void win_update(win_T *wp, DecorProviders *providers)
|
||||
lnum = wp->w_topline;
|
||||
wp->w_lines_valid = 0;
|
||||
wp->w_valid &= ~VALID_WCOL;
|
||||
decor_redraw_reset(wp, &decor_state);
|
||||
decor_providers_invoke_win(wp, providers, &line_providers);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user