commit | 6555500bcf280716187eea9dba22d4f69bc0a501 | [log] [tgz] |
---|---|---|
author | Bakudankun <bakudankun@gmail.com> | Wed Nov 17 20:40:16 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 17 20:40:16 2021 +0000 |
tree | 2e1ffb1bba0ada9222c6043e537e436892deb5eb | |
parent | e015d99abb4276f47ce97bad1ad5ff0c658b1c8a [diff] [blame] |
patch 8.2.3614: zindex of popup windows not used when redrawing popup menu Problem: zindex of popup windows not used when redrawing popup menu. Solution: Check the zindex when redrawing the popup menu. (closes #9129, closes #9089)
diff --git a/src/version.c b/src/version.c index 4f0dac7..2a8465b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3614, +/**/ 3613, /**/ 3612,