comparison src/version.c @ 23677:94409ebb33f1 v8.2.2380

patch 8.2.2380: Vim9: occasional crash when using try/catch and a timer Commit: https://github.com/vim/vim/commit/a0f7f73ebb3ab032af08699c24c465403512b7d8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 20 22:22:49 2021 +0100 patch 8.2.2380: Vim9: occasional crash when using try/catch and a timer Problem: Vim9: occasional crash when using try/catch and a timer. Solution: Save and restore "need_rethrow" when invoking a timer callback. (closes #7708)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Jan 2021 22:30:04 +0100
parents 21f49d327f00
children e8c379b20765
comparison
equal deleted inserted replaced
23676:268e87b770cd 23677:94409ebb33f1
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2380,
753 /**/ 755 /**/
754 2379, 756 2379,
755 /**/ 757 /**/
756 2378, 758 2378,
757 /**/ 759 /**/