]> granicus.if.org Git - vim/commitdiff
Fix: 'colorcolumn' interfered with concealed text.
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Jul 2010 21:30:34 +0000 (23:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Jul 2010 21:30:34 +0000 (23:30 +0200)
src/screen.c

index 74898f82dd278156259cb516c9007668a70d539b..508e627058e435f05e99c6346387e8a3fb82bcb3 100644 (file)
@@ -4806,7 +4806,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
                vcol_save_attr = char_attr;
                char_attr = hl_combine_attr(char_attr, hl_attr(HLF_CUC));
            }
-           else if (draw_color_col && vcol == *color_cols)
+           else if (draw_color_col && VCOL_HLC == *color_cols)
            {
                vcol_save_attr = char_attr;
                char_attr = hl_combine_attr(char_attr, hl_attr(HLF_MC));