diff options
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r-- | src/nvim/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c index 155f706699..36266a00f0 100644 --- a/src/nvim/screen.c +++ b/src/nvim/screen.c @@ -4142,7 +4142,7 @@ static int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, bool noc } else if (draw_color_col && VCOL_HLC == *color_cols) { col_attr = mc_attr; // Draw the colorcolumn character. - c = wp->w_p_lcs_chars.colorcol; + c = wp->w_p_fcs_chars.colorcol; schar_from_char(linebuf_char[off], c); } |