commit | 80d60910ff493f7b8ea52156e4c7df7e70a348c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 19:14:52 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 19:14:52 2021 +0000 |
tree | d2ba3f135760a64aa892b0f4bae7a7f597488a0f | |
parent | 3b309f11db7904efcae0177c2825597042c07427 [diff] [blame] |
patch 8.2.3799: edit test hangs or fails Problem: Edit test hangs or fails. Solution: Do not rethrow an exception when inside try/catch.
diff --git a/src/version.c b/src/version.c index edb1fbe..56d302e 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3799, +/**/ 3798, /**/ 3797,