1
0
forked from aniani/vim

patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarily

Problem:    With 'smoothscroll' skipcol may be reset unnecessarily.
Solution:   Check the line does actually fit in the window.
This commit is contained in:
Bram Moolenaar
2022-12-03 18:35:07 +00:00
parent c0370529c0
commit b21b8e9ed0
4 changed files with 19 additions and 6 deletions

View File

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