comparison src/version.c @ 28712:d59c8dc8be20 v8.2.4880

patch 8.2.4880: Vim9: misplaced elseif causes invalid memory access Commit: https://github.com/vim/vim/commit/434725cc4cbbadafc82954178f55864741455cdb Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 6 11:27:52 2022 +0100 patch 8.2.4880: Vim9: misplaced elseif causes invalid memory access Problem: Vim9: misplaced elseif causes invalid memory access. Solution: Check cs_idx not to be negative.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 12:30:04 +0200
parents 54e33757d1ec
children 5eea8a249f86
comparison
equal deleted inserted replaced
28711:9ef5ee193725 28712:d59c8dc8be20
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4880,
749 /**/ 751 /**/
750 4879, 752 4879,
751 /**/ 753 /**/
752 4878, 754 4878,
753 /**/ 755 /**/