1
0
forked from aniani/vim

patch 9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealing

Problem:    'cursorcolumn' and 'colorcolumn' wrong after concealing and
            wrapping line.
Solution:   Reset "wlv.vcol_off" after each screen line. (Alexey Radkov,
            closes #11777)
This commit is contained in:
Alexey Radkov
2023-01-04 11:15:30 +00:00
committed by Bram Moolenaar
parent 574950dfb1
commit aaa16b0918
5 changed files with 55 additions and 0 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1141,
/**/
1140,
/**/