1
0
forked from aniani/vim

patch 8.1.1665: crash when popup window with mask is below the screen

Problem:    Crash when popup window with mask is below the screen.
Solution:   Correct boundary check.
This commit is contained in:
Bram Moolenaar
2019-07-12 16:05:45 +02:00
parent 847a5d69a8
commit b420747478
4 changed files with 23 additions and 2 deletions

View File

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