diff src/version.c @ 26061:787c8061c747 v8.2.3564

patch 8.2.3564: invalid memory access when scrolling without valid screen Commit: https://github.com/vim/vim/commit/777e7c21b7627be80961848ac560cb0a9978ff43 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 25 17:07:04 2021 +0100 patch 8.2.3564: invalid memory access when scrolling without valid screen Problem: Invalid memory access when scrolling without a valid screen. Solution: Do not set VALID_BOTLINE in w_valid.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Oct 2021 18:15:03 +0200
parents c7e09c069ece
children 597271fb4bfa
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3564,
+/**/
     3563,
 /**/
     3562,