comparison src/version.c @ 23610:07f9e4a54178 v8.2.2347

patch 8.2.2347: build failure without GUI Commit: https://github.com/vim/vim/commit/e1ee58ac788508585f60c91fcf6629e2251a9220 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 14 19:04:44 2021 +0100 patch 8.2.2347: build failure without GUI Problem: Build failure without GUI. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jan 2021 19:15:04 +0100
parents 3b378f03f713
children 8dbebce07695
comparison
equal deleted inserted replaced
23609:ce78b6952d87 23610:07f9e4a54178
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 2347,
753 /**/ 755 /**/
754 2346, 756 2346,
755 /**/ 757 /**/
756 2345, 758 2345,
757 /**/ 759 /**/