diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-30 23:37:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-30 23:37:38 +0100 |
commit | 937204a9175d0fe2f13c8bc4ebeb043003d7e7d7 (patch) | |
tree | 7127f5e25cc3740a39ed53e66ac8238afd48f346 /src/version.c | |
parent | 779a7759ad03e6a3fb616828793512644390655a (diff) | |
download | vim-git-937204a9175d0fe2f13c8bc4ebeb043003d7e7d7.tar.gz |
patch 7.4.1219v7.4.1219
Problem: Build fails with +channel but without +float.
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 dd2f95d48..1eab3eea5 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1219, +/**/ 1218, /**/ 1217, |