1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-02-12 21:16:21 +00:00
parent 33f3c59854
commit 8e38555ece
2 changed files with 5 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4363,
/**/
4362,
/**/