commit | b33848315290a789f7bf05aff0d493b5b9265a2d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 18:51:58 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 18:51:58 2016 +0200 |
tree | 48624190191df0ef8ed384903cd3de04e87ca182 | |
parent | 95ec9d6a6ab3117d60ff638670a803d43974ba51 [diff] [blame] |
patch 7.4.2202 Problem: Build fails with small features. Solution: Correct option initialization.
diff --git a/src/version.c b/src/version.c index 58893c5..e30f627 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2202, +/**/ 2201, /**/ 2200,