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
@@ -2340,8 +2340,7 @@ class_object_index(
|
||||
}
|
||||
|
||||
if (did_emsg == did_emsg_save)
|
||||
member_not_found_msg(cl, is_object ? VAR_OBJECT : VAR_CLASS, name,
|
||||
len);
|
||||
member_not_found_msg(cl, rettv->v_type, name, len);
|
||||
}
|
||||
|
||||
return FAIL;
|
||||
|
Reference in New Issue
Block a user