mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
fix(screen): check for col instead of vcol when drawing fold (#19572)
This commit is contained in:
@@ -2909,7 +2909,7 @@ static int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, bool noc
|
||||
|
||||
if (draw_state == WL_LINE
|
||||
&& has_fold
|
||||
&& vcol == 0
|
||||
&& col == win_col_offset
|
||||
&& n_extra == 0
|
||||
&& row == startrow) {
|
||||
char_attr = win_hl_attr(wp, HLF_FL);
|
||||
|
Reference in New Issue
Block a user