mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fix: 'colorcolumn' interfered with concealed text.
--HG-- branch : vim73
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user