comparison src/version.c @ 24840:c7aa7acb23bb v8.2.2958

patch 8.2.2958: function list test fails Commit: https://github.com/vim/vim/commit/f7a023e580c695e86f68228adcf5c9e6ea00a4d5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 7 18:50:01 2021 +0200 patch 8.2.2958: function list test fails Problem: Function list test fails. Solution: Add newly added function to the list. Fix typo.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Jun 2021 19:00:04 +0200
parents 3f9053c21765
children 237dace53473
comparison
equal deleted inserted replaced
24839:964d7c506776 24840:c7aa7acb23bb
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 2958,
753 /**/ 755 /**/
754 2957, 756 2957,
755 /**/ 757 /**/
756 2956, 758 2956,
757 /**/ 759 /**/