1
0
forked from aniani/vim

patch 8.2.5102: interrupt not caught in test

Problem:    Interrupt not caught in test.
Solution:   Consider an exception thrown in the current try/catch when got_int
            is set.  Also catch early exit when not using try/catch.
This commit is contained in:
Bram Moolenaar
2022-06-15 20:49:35 +01:00
parent cf65d88ff8
commit 8bea171f15
5 changed files with 31 additions and 12 deletions

View File

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