1
0
forked from aniani/vim

patch 8.2.3193: screenpos() is wrong when 'display' is "lastline"

Problem:    screenpos() is wrong when the last line is partially visible and
            'display' is "lastline".
Solution:   Also compute the position for a partially visible line.
            (closes #8599)
This commit is contained in:
Bram Moolenaar
2021-07-21 18:04:56 +02:00
parent 11d7e62f1d
commit 189663bdac
3 changed files with 22 additions and 4 deletions

View File

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