comparison src/version.c @ 26059:c7e09c069ece v8.2.3563

patch 8.2.3563: build failure with +eval but without GUI or +termguicolors Commit: https://github.com/vim/vim/commit/2a52196b78f3fcc0e9fad538984272c5fd8d85db Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 25 10:30:14 2021 +0100 patch 8.2.3563: build failure with +eval but without GUI or +termguicolors Problem: Build failure with +eval but without GUI or +termguicolors Solution: Adjust #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Oct 2021 11:45:04 +0200
parents 92c424550367
children 787c8061c747
comparison
equal deleted inserted replaced
26058:3663569f891b 26059:c7e09c069ece
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3563,
760 /**/ 762 /**/
761 3562, 763 3562,
762 /**/ 764 /**/
763 3561, 765 3561,
764 /**/ 766 /**/