]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2510: internal error when popup with mask is zero height or width v8.2.2510
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Feb 2021 20:31:18 +0000 (21:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Feb 2021 20:31:18 +0000 (21:31 +0100)
commit10ccfb2a17e736ace054b19dc712544b4e961671
tree143cce18172b601781a20cfd348ec53d9456ad8a
parent8d4be8901139f698c7919fd697d82abb1ce41911
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)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c