diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-25 15:41:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-25 15:41:37 +0100 |
commit | 92769c3928bb8a3faa43c533c07ef8476af32ade (patch) | |
tree | bf77417732018867fb4f26e30000ec27ba70e77d /src/version.c | |
parent | 95c526e1f6d76acafee4b21f5701d6d6ac8c4b5f (diff) | |
download | vim-92769c3928bb8a3faa43c533c07ef8476af32ade.zip |
patch 8.0.0366: build fails with tiny features
Problem: Build fails with tiny features.
Solution: Add #ifdef.
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 d80a0ea01..7e6438c57 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 */ /**/ + 366, +/**/ 365, /**/ 364, |