commit | c3f91c0648f4b04a6a9ceb4ccec45ea767a63796 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Fri Dec 17 09:44:33 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 09:44:33 2021 +0000 |
tree | 79e2cead5ba42a7870c2cd903fd3146db2b81f1f | |
parent | 994a0a298bfbdd03e2eaae64268739d617080644 [diff] [blame] |
patch 8.2.3833: error from term_start() not caught by try/catch Problem: Error from term_start() not caught by try/catch. Solution: save and restore did_emsg when applying autocommands. (Ozaki Kiichi, closes #9361)
diff --git a/src/version.c b/src/version.c index e3fb7c2..b2f02ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3833, +/**/ 3832, /**/ 3831,