comparison 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
comparison
equal deleted inserted replaced
27674:e0e00e365288 27675:30cb026ec968
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4363,
753 /**/ 755 /**/
754 4362, 756 4362,
755 /**/ 757 /**/
756 4361, 758 4361,
757 /**/ 759 /**/