1
0
forked from aniani/vim

patch 9.0.1019: 'smoothscroll' and virtual text above don't work together

Problem:    'smoothscroll' and virtual text above don't work together.
            (Yee Cheng Chin)
Solution:   Skip virtual text above when w_skipcol is non-zero.
            (closes #11665)
This commit is contained in:
Bram Moolenaar
2022-12-06 14:17:57 +00:00
parent 7155fb6614
commit 56a40fea9c
21 changed files with 229 additions and 40 deletions

View File

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