fix(column): handle w_redr_statuscol at end filler lines (#27365)

There doesn't seem to be an easy solution that doesn't involve a goto.
Also remove duplicate assignment in win_line().
This commit is contained in:
zeertzjq
2024-02-06 23:01:44 +08:00
committed by GitHub
parent 7f4627fe48
commit 0db6946b39
3 changed files with 21 additions and 1 deletions

View File

@@ -1580,7 +1580,6 @@ int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, int col_rows, s
// win_line_start(wp, &wlv);
wlv.col = 0;
wlv.off = 0;
draw_cols = true;
continue;
} else {
break;