commit | 069613c9e8645acea3a128c15ebdbf56e2219d44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 15:23:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 15:23:44 2022 +0000 |
tree | 9d4e2e22abdcb03f59de0269353e23dcd3f2a335 | |
parent | f60a63485ea26d9bda1618d1b72662eca65b5f1f [diff] [blame] |
patch 8.2.4098: typing "interrupt" at debug prompt may keep exception around Problem: Typing "interrupt" at debug prompt may keep exception around, causing function calls to fail. Solution: Discard any exception at the toplevel. (closes #9532)
diff --git a/src/version.c b/src/version.c index 7a75be3..879a0e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4098, +/**/ 4097, /**/ 4096,