diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/drawline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/drawline.c b/src/nvim/drawline.c index dc5dbb958a..679f92c3b8 100644 --- a/src/nvim/drawline.c +++ b/src/nvim/drawline.c @@ -2581,6 +2581,7 @@ int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, int col_rows, s && wp->w_p_list && (wp->w_p_wrap ? (wp->w_skipcol > 0 && wlv.row == 0) : wp->w_leftcol > 0) && wlv.filler_todo <= 0 + && wlv.skip_cells <= 0 && mb_schar != NUL) { lcs_prec_todo = NUL; // TODO(zeertzjq): handle the n_extra > 0 case |