diff src/version.c @ 27154:6d7fe3af5aa2 v8.2.4106

patch 8.2.4106: going over the end of the w_lines array Commit: https://github.com/vim/vim/commit/fa1a45705995f16ee7e69434c772107a3ddeeebd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 16 11:42:20 2022 +0000 patch 8.2.4106: going over the end of the w_lines array Problem: Going over the end of the w_lines array. Solution: Break out of the loop when "idx" is too big. (issue https://github.com/vim/vim/issues/9540)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Jan 2022 12:45:03 +0100
parents c83631ad3d2a
children 67194006cad8
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 */
 /**/
+    4106,
+/**/
     4105,
 /**/
     4104,