commit | 10ccfb2a17e736ace054b19dc712544b4e961671 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 21:31:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 21:31:18 2021 +0100 |
tree | 143cce18172b601781a20cfd348ec53d9456ad8a | |
parent | 8d4be8901139f698c7919fd697d82abb1ce41911 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5601c58..264df9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2510, +/**/ 2509, /**/ 2508,