mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
Merge pull request #10920 from bfredl/asyncfail
api: make try_end clean-up after an exception properly.
This commit is contained in:
@@ -125,6 +125,7 @@ bool try_end(Error *err)
|
||||
|
||||
// Set by emsg(), affects aborting(). See also enter_cleanup().
|
||||
did_emsg = false;
|
||||
force_abort = false;
|
||||
|
||||
if (got_int) {
|
||||
if (current_exception) {
|
||||
|
Reference in New Issue
Block a user