commit | 2a52196b78f3fcc0e9fad538984272c5fd8d85db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 25 10:30:14 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 25 10:30:14 2021 +0100 |
tree | 51d932ac8fc97849389c9ed29998bfc406d5b815 | |
parent | e30d10253fa634c4f60daa798d029245f4eed393 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3bba972..57585dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3563, +/**/ 3562, /**/ 3561,