commit | ce6db0273f2c4359f48d75103a42991aa481f14e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 07 20:11:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 07 20:11:42 2020 +0100 |
tree | 1cb0e8a9563a92d4a92ff9ae0f00b0b6998e6c27 | |
parent | fbcdf671f08cd2c7e60f35574231df0421112d99 [diff] [blame] |
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 #5450)
diff --git a/src/version.c b/src/version.c index f51df26..b476e25 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 97, +/**/ 96, /**/ 95,