comparison src/version.c @ 22543:1722ed01c729 v8.2.1820

patch 8.2.1820: Vim9: crash when error happens in timer callback Commit: https://github.com/vim/vim/commit/820d55a50bbc8c0ad0505b7e4302a734896b6bab Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 10 15:05:23 2020 +0200 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 https://github.com/vim/vim/issues/7100)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Oct 2020 15:15:04 +0200
parents 7d6ba4204f66
children 47596deedfb5
comparison
equal deleted inserted replaced
22542:11d166f7a958 22543:1722ed01c729
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1820,
753 /**/ 755 /**/
754 1819, 756 1819,
755 /**/ 757 /**/
756 1818, 758 1818,
757 /**/ 759 /**/