1
0
forked from aniani/vim

patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero

Problem:    First line not scrolled properly with 'smoothscroll' and
            'scrolloff' zero and using "k".
Solution:   Make sure the cursor position is visible.
This commit is contained in:
Bram Moolenaar
2022-10-06 15:46:49 +01:00
parent 9bab7a0243
commit 46b54747c5
4 changed files with 34 additions and 1 deletions

View File

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