1
0
forked from aniani/vim

patch 8.2.3564: invalid memory access when scrolling without valid screen

Problem:    Invalid memory access when scrolling without a valid screen.
Solution:   Do not set VALID_BOTLINE in w_valid.
This commit is contained in:
Bram Moolenaar
2021-10-25 17:07:04 +01:00
parent 2a52196b78
commit 777e7c21b7
3 changed files with 21 additions and 4 deletions

View File

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