1
0
forked from aniani/vim

patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong position

Problem:    With 'smoothscroll' cursor may end up in wrong position.
Solution:   Correct the computation of screen lines. (Yee Cheng Chin,
            closes #11502)
This commit is contained in:
Yee Cheng Chin
2022-11-19 12:25:16 +00:00
committed by Bram Moolenaar
parent d63a85592c
commit 361895d2a1
15 changed files with 92 additions and 16 deletions

View File

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