1
0
forked from aniani/vim

patch 9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff'

Problem:    Negative topline using CTRL-Y with 'smoothscroll' and 'diff'.
            (Ernie Rael)
Solution:   Only use 'smoothscroll' when 'wrap' is set.
This commit is contained in:
Bram Moolenaar
2022-10-06 13:09:17 +01:00
parent c9f5f73206
commit 1a58e1d97c
4 changed files with 47 additions and 11 deletions

View File

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