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:
committed by
Bram Moolenaar
parent
574950dfb1
commit
aaa16b0918
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1141,
|
||||
/**/
|
||||
1140,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user