commit | 30b9a41ad9963b8c57afea1f33a4e180fc23a892 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 26 14:06:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 26 14:06:37 2022 +0100 |
tree | 317d25981dc5af6e94d0ffab2e69871f854afc20 | |
parent | c7e54efe4dc2bd8fd86feb4a26b4485b7b4c8578 [diff] [blame] |
patch 8.2.5021: build fails with normal features and +terminal Problem: Build fails with normal features and +terminal. (Dominique Pellé) Solution: Add #ifdefs. (closes #10484)
diff --git a/src/version.c b/src/version.c index 6a6f07d..058202d 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5021, +/**/ 5020, /**/ 5019,