comparison src/version.c @ 23915:40fe7d8a3c93 v8.2.2500

patch 8.2.2500: build fails without the GUI feature Commit: https://github.com/vim/vim/commit/0bcadf14aa700c166c09f1800ed3de00b9598b39 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 11 19:18:58 2021 +0100 patch 8.2.2500: build fails without the GUI feature Problem: Build fails without the GUI feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Feb 2021 19:30:04 +0100
parents dfdd973cf0c9
children 4b417b776b95
comparison
equal deleted inserted replaced
23914:b56544307168 23915:40fe7d8a3c93
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 2500,
753 /**/ 755 /**/
754 2499, 756 2499,
755 /**/ 757 /**/
756 2498, 758 2498,
757 /**/ 759 /**/