diff src/version.c @ 31095:c61a9d832537 v9.0.0882

patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipe Commit: https://github.com/vim/vim/commit/c3d27ada14acd02db357f2d16347acc22cb17e93 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 14 20:52:14 2022 +0000 patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipe Problem: Using freed memory after SpellFileMissing autocmd uses bwipe. Solution: Bail out if the window no longer exists.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Nov 2022 22:00:04 +0100
parents 004aee2845d2
children 4f709e5f24d2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    882,
+/**/
     881,
 /**/
     880,