comparison src/version.c @ 19073:45eb6f37692e v8.2.0097

patch 8.2.0097: crash with autocommand and spellfile Commit: https://github.com/vim/vim/commit/ce6db0273f2c4359f48d75103a42991aa481f14e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 7 20:11:42 2020 +0100 patch 8.2.0097: crash with autocommand and spellfile Problem: Crash with autocommand and spellfile. (Tim Pope) Solution: Do not pop exestack when not pushed. (closes https://github.com/vim/vim/issues/5450)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Jan 2020 20:15:04 +0100
parents 48e0208f53c2
children af1eca322b9e
comparison
equal deleted inserted replaced
19072:2f2bddf195ef 19073:45eb6f37692e
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 97,
745 /**/ 747 /**/
746 96, 748 96,
747 /**/ 749 /**/
748 95, 750 95,
749 /**/ 751 /**/