diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-05 21:18:27 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-05 21:18:27 +0100 |
commit | a6c07603ca2fa98a4184f5fd5ab021adcf5156b2 (patch) | |
tree | fd78ab3e8ea373d8bf6b3f4e398e71f03681fee9 /src/version.c | |
parent | f7e894dfb60b6fd8f426aa3da1452803f8de010c (diff) | |
download | vim-a6c07603ca2fa98a4184f5fd5ab021adcf5156b2.zip |
patch 8.0.0425: build errors when building without folding
Problem: Build errors when building without folding.
Solution: Add #ifdefs. (John Marriott)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b9d3d1e89..b5af6be70 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 425, +/**/ 424, /**/ 423, |