1
0
forked from aniani/vim

patch 9.0.0707: with 'smoothscroll' cursor position not adjusted in long line

Problem:    With 'smoothscroll' and 'scrolloff' non-zero the cursor position
            is not properly adjusted in a long line.
Solution:   Move the cursor further up or down in the line.
This commit is contained in:
Bram Moolenaar
2022-10-09 17:19:27 +01:00
parent 28f7e701b7
commit 118c235112
7 changed files with 68 additions and 9 deletions

View File

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