]> granicus.if.org Git - vim/commit
patch 8.2.4098: typing "interrupt" at debug prompt may keep exception around v8.2.4098
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jan 2022 15:23:44 +0000 (15:23 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jan 2022 15:23:44 +0000 (15:23 +0000)
commit069613c9e8645acea3a128c15ebdbf56e2219d44
tree9d4e2e22abdcb03f59de0269353e23dcd3f2a335
parentf60a63485ea26d9bda1618d1b72662eca65b5f1f
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)
src/main.c
src/version.c