diff src/version.c @ 27024:5d851ce07caf v8.2.4041

patch 8.2.4041: using unitialized pointer Commit: https://github.com/vim/vim/commit/aa9b3cacd52a6c34591bbd89fb6b06d4c097fe03 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 15:44:22 2022 +0000 patch 8.2.4041: using unitialized pointer Problem: Using unitialized pointer. Solution: Store "ht" when variable is in another script.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 16:45:03 +0100
parents eebbcc83fb75
children 32120100fde8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4041,
+/**/
     4040,
 /**/
     4039,