comparison src/version.c @ 27072:0878d7c64140 v8.2.4065

patch 8.2.4065: computation overflow with large cound for :yank Commit: https://github.com/vim/vim/commit/3cf21b305104e91a28e4ce3a473672b2e88a9469 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 11 19:34:16 2022 +0000 patch 8.2.4065: computation overflow with large cound for :yank Problem: Computation overflow with large cound for :yank. Solution: Avoid an overflow.
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Jan 2022 20:45:02 +0100
parents b353bd9faec8
children 19fefc42a063
comparison
equal deleted inserted replaced
27071:04adc77bb4b8 27072:0878d7c64140
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 4065,
753 /**/ 755 /**/
754 4064, 756 4064,
755 /**/ 757 /**/
756 4063, 758 4063,
757 /**/ 759 /**/