1
0
forked from aniani/vim

patch 8.2.0989: crash after resizing a terminal window

Problem:    Crash after resizing a terminal window. (August Masquelier)
Solution:   Add check for valid row in libvterm. (closes #6273)
This commit is contained in:
Bram Moolenaar
2020-06-16 20:58:07 +02:00
parent 84cf6bd81b
commit a6e8bf2d89
3 changed files with 19 additions and 0 deletions

View File

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