comparison src/version.c @ 28815:d26a95a16ce1 v8.2.4931

patch 8.2.4931: Crash with sequence of Perl commands Commit: https://github.com/vim/vim/commit/0f267621c04883de010a6379217a5f182cc03dda Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 10 13:32:24 2022 +0100 patch 8.2.4931: Crash with sequence of Perl commands Problem: Crash with sequence of Perl commands. Solution: Move PUTBACK to another line. (closes https://github.com/vim/vim/issues/10386)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 May 2022 14:45:02 +0200
parents 3626ca6a20ea
children 1ad71fcbf546
comparison
equal deleted inserted replaced
28814:748050f8ed41 28815:d26a95a16ce1
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 4931,
749 /**/ 751 /**/
750 4930, 752 4930,
751 /**/ 753 /**/
752 4929, 754 4929,
753 /**/ 755 /**/