commit | 4954019c93a2bb5a0b1af54b5961c933beeb56f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 19:34:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 19:34:54 2019 +0100 |
tree | ca396e8fbc00a7f8934013fba5601ad1206903bc | |
parent | 0efd1bdcf4891f9ef2537e4c3d50a379186dca5f [diff] [blame] |
patch 8.1.2420: crash when calling popup_close() in win_execute() Problem: Crash when calling popup_close() in win_execute(). Solution: Disallow popup_close() in popup window. (Yasuhiro Matsumoto, closes #5345)
diff --git a/src/version.c b/src/version.c index 2b992df..7b36fe3 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2420, +/**/ 2419, /**/ 2418,