mirror of
https://github.com/zoriya/vim.git
synced 2026-05-28 09:08:26 +00:00
patch 8.2.1820: Vim9: crash when error happens in timer callback
Problem: Vim9: crash when error happens in timer callback. Solution: Check that current_exception is not NULL. (closes #7100)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1820,
|
||||
/**/
|
||||
1819,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user