1
0
forked from aniani/vim

patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set

Problem:    'cursorbind' scrolling depends on whether 'cursorline' is set.
Solution:   Always call validate_cursor(). (Christian Brabandt, closes #10230,
            closes #10014)
This commit is contained in:
Christian Brabandt
2022-04-20 14:52:01 +01:00
committed by Bram Moolenaar
parent 4c84dd33ad
commit 2c645e8b00
8 changed files with 92 additions and 10 deletions

View File

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