comparison src/version.c @ 18868:5fbb167591fc v8.1.2420

patch 8.1.2420: crash when calling popup_close() in win_execute() Commit: https://github.com/vim/vim/commit/4954019c93a2bb5a0b1af54b5961c933beeb56f4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 19:34:54 2019 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 19:45:04 +0100
parents a686560cf6c9
children 1895dd434ecf
comparison
equal deleted inserted replaced
18867:c9409f359583 18868:5fbb167591fc
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 2420,
745 /**/ 747 /**/
746 2419, 748 2419,
747 /**/ 749 /**/
748 2418, 750 2418,
749 /**/ 751 /**/