commit | 820d55a50bbc8c0ad0505b7e4302a734896b6bab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 15:05:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 15:05:23 2020 +0200 |
tree | 4345521c6ff56f9aa999e9bfb902a6bb73225266 | |
parent | 85d5e2b723e6fc233e53252dd5c523944146fbc2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a953c09..8e2115e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1820, +/**/ 1819, /**/ 1818,