1
0
forked from aniani/vim

patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text above

Problem:    'colorcolumn' highlight wrong with virtual text above.
Solution:   Adjust column of 'colorcolumn' for text propertly. (closes #12004)
This commit is contained in:
Bram Moolenaar
2023-02-19 14:16:02 +00:00
parent 441a7a9448
commit f53e065bce
4 changed files with 48 additions and 20 deletions

View File

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