1
0
forked from aniani/vim

patch 9.0.1607: screenpos() returns wrong row with diff filler lines

Problem:    screenpos() returns wrong row with diff filler lines.
Solution:   Only add filler lines when appropriate.  Also don't add the
            'smoothscroll' marker when w_skipcol is zero. (closes #12485,
            closes #12484)
This commit is contained in:
zeertzjq
2023-06-04 19:29:22 +01:00
committed by Bram Moolenaar
parent 58e1e01045
commit 55daae3921
3 changed files with 23 additions and 4 deletions

View File

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