mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.2059: outstanding exceptions may be skipped
Problem: outstanding exceptions may be skipped Solution: When restoring exception state, process remaining outstanding exceptions closes: #13386 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
committed by
Christian Brabandt
parent
a36acb7ac4
commit
0ab500dede
@@ -1099,6 +1099,7 @@ struct exception_state_S
|
||||
int estate_did_throw;
|
||||
int estate_need_rethrow;
|
||||
int estate_trylevel;
|
||||
int estate_did_emsg;
|
||||
};
|
||||
|
||||
#ifdef FEAT_SYN_HL
|
||||
|
Reference in New Issue
Block a user