commit | ea20de81462a7e1a7f8fc1d53ad618efb0663c17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 22:52:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 22:52:24 2017 +0200 |
tree | d6e16eecb8c079f3c70baaa11a11c29bd8e20916 | |
parent | cc0750dc6e878394ab0fd922b7ea4280918ae406 [diff] [blame] |
patch 8.0.0673: build failure without conceal feature Problem: Build failure without conceal feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index d15b7db..b9f309d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 673, +/**/ 672, /**/ 671,