1
0
forked from aniani/vim

patch 8.2.0422: crash when passing popup window to win_splitmove()

Problem:    Crash when passing popup window to win_splitmove(). (john Devin)
Solution:   Disallow moving a popup window. (closes #5816)
This commit is contained in:
Bram Moolenaar
2020-03-20 21:15:51 +01:00
parent 9645e2d9fc
commit 0f1563ffee
3 changed files with 16 additions and 1 deletions

View File

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