vim-patch:9.0.2059: outstanding exceptions may be skipped (#25736)

Problem:  outstanding exceptions may be skipped
Solution: When restoring exception state, process remaining outstanding
          exceptions

closes: vim/vim#13386

0ab500dede

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
zeertzjq
2023-10-21 18:46:52 +08:00
committed by GitHub
parent c049ce56cd
commit 9971bea6f1
4 changed files with 74 additions and 6 deletions

View File

@@ -126,6 +126,7 @@ struct exception_state_S {
bool estate_did_throw;
bool estate_need_rethrow;
int estate_trylevel;
int estate_did_emsg;
};
#endif // NVIM_EX_EVAL_DEFS_H