1
0
forked from aniani/vim

patch 9.0.1564: display moves up and down with 'incsearch' and 'smoothscroll'

Problem:    Display moves up and down with 'incsearch' and 'smoothscroll'.
Solution:   Do not check if w_skipcol changed. (Luuk van Baal, closes #12410,
            closes #12409)
This commit is contained in:
Luuk van Baal
2023-05-18 13:26:57 +01:00
committed by Bram Moolenaar
parent c0da540466
commit 0222c2d103
4 changed files with 9 additions and 8 deletions

View File

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