1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-01-20 22:22:49 +01:00
parent 77a849c4b3
commit a0f7f73ebb
2 changed files with 5 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2380,
/**/
2379,
/**/