comparison src/version.c @ 27677:567f4f964ccc

patch 8.2.4364: MS-Windows: still running out of memory for a very long line Commit: https://github.com/vim/vim/commit/45491660787043ea412719544881db691338d730 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 12 21:59:51 2022 +0000 patch 8.2.4364: MS-Windows: still running out of memory for a very long line Problem: MS-Windows: still running out of memory for a very long line. Solution: Check for negative length.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 23:00:03 +0100
parents 30cb026ec968
children 1646525507aa
comparison
equal deleted inserted replaced
27676:b4daa7e68abd 27677:567f4f964ccc
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 4364,
753 /**/ 755 /**/
754 4363, 756 4363,
755 /**/ 757 /**/
756 4362, 758 4362,
757 /**/ 759 /**/