comparison src/version.c @ 26474:9c84f7c6082d v8.2.3767

patch 8.2.3767: crash when using NULL partial Commit: https://github.com/vim/vim/commit/e8a92b6166e32f8e583e01c9f541cf81cf76f8e6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 9 17:44:01 2021 +0000 patch 8.2.3767: crash when using NULL partial Problem: Crash when using NULL partial. Solution: Check for NULL.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Dec 2021 18:45:04 +0100
parents cc95e10e1cf2
children 7426c2657710
comparison
equal deleted inserted replaced
26473:a8195907f08e 26474:9c84f7c6082d
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 3767,
756 /**/ 758 /**/
757 3766, 759 3766,
758 /**/ 760 /**/
759 3765, 761 3765,
760 /**/ 762 /**/