1
0
forked from aniani/vim

patch 9.0.0900: cursor moves too far with 'smoothscroll'

Problem:    Cursor moves too far with 'smoothscroll'.
Solution:   Only move as far as really needed. (Yee Cheng Chin, closes #11504)
This commit is contained in:
Yee Cheng Chin
2022-11-18 12:52:50 +00:00
committed by Bram Moolenaar
parent 4654d63dec
commit 81ba26e9de
7 changed files with 101 additions and 26 deletions

View File

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