1
0
forked from aniani/vim

patch 9.0.0807: with 'smoothscroll' typing "0" may not go to the first column

Problem:    With 'smoothscroll' typing "0" may not go to the first column.
Solution:   Recompute w_cline_height when needed.  Do not scroll up when it
            would move the cursor.
This commit is contained in:
Bram Moolenaar
2022-10-20 20:15:47 +01:00
parent 49660f5139
commit d5337efece
3 changed files with 64 additions and 35 deletions

View File

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