forked from aniani/vim
patch 8.2.1488: text does not scroll when inserting above first line
Problem: Text does not scroll when inserting above first line. Solution: Adjust off-by-one error. (Ken Takata, closes #6739)
This commit is contained in:
@@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1488,
|
||||
/**/
|
||||
1487,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user