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:
committed by
Bram Moolenaar
parent
4c84dd33ad
commit
2c645e8b00
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4795,
|
||||
/**/
|
||||
4794,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user