mirror of
https://github.com/zoriya/vim.git
synced 2025-12-23 23:55:18 +00:00
patch 8.2.2510: internal error when popup with mask is zero height or width
Problem: Internal error when popup with mask is zero height or width. Solution: Bail out if width or height is zero. (closes #7831)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2510,
|
||||
/**/
|
||||
2509,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user