commit | c146d974f13450453a7c1f5ab10b105c515f0ccb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 18:03:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 18:03:57 2022 +0100 |
tree | 9c7b2c70a177ead0c0eb418d13ca242b7e90c003 | |
parent | be33e5e4a979811df84e19995b94655128f31046 [diff] [blame] |
patch 9.0.0123: cannot build with small features Problem: Cannot build with small features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index aed14f0..118a38b 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 123, +/**/ 122, /**/ 121,