1
0
forked from aniani/vim

patch 8.2.2198: ml_get error when resizing window and using text property

Problem:    ml_get error when resizing window and using text property.
Solution:   Validate botline of the right window. (closes #7528)
This commit is contained in:
Bram Moolenaar
2020-12-23 14:36:00 +01:00
parent 4072ba571b
commit 23999d799c
5 changed files with 37 additions and 3 deletions

View File

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