commit | 8bea171f154845046239c61bdef50a8e0f12f643 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 20:49:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 20:49:35 2022 +0100 |
tree | da8174d7704421002afd6c1b31c4ce21505d16ff | |
parent | cf65d88ff844f042337dfd043e6e98f3b9270577 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 3e64ae4..2f61521 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5102, +/**/ 5101, /**/ 5100,