diff src/version.c @ 27675:30cb026ec968 v8.2.4363

patch 8.2.4363: MS-Windows: running out of memory for a very long line Commit: https://github.com/vim/vim/commit/8e38555ece7d3fe1edc6681ec70fe5586a524862 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 12 21:16:21 2022 +0000 patch 8.2.4363: MS-Windows: running out of memory for a very long line Problem: MS-Windows: running out of memory for a very long line. Solution: Use a 32 bit value for MAXCOL also when ints are 64 bits.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 22:30:02 +0100
parents ba7dcf54d309
children 567f4f964ccc
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 */
 /**/
+    4363,
+/**/
     4362,
 /**/
     4361,