commit | a6cc5beb1705359828a45b91402c34640f4e756a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 18:42:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 18:42:26 2019 +0200 |
tree | d68195e7867f193409b4412460af9f030edfb5fa | |
parent | fafb4b18cd4aa5897537f53003b31bb83d7362df [diff] [blame] |
patch 8.1.2160: cannot build with +syntax but without +terminal Problem: Cannot build with +syntax but without +terminal. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 91cffb3..9135fe7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2160, +/**/ 2159, /**/ 2158,