commit | 6116b6abb1a14b6b7aa9776c390f1a5a6bf1b209 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 19:02:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 19:02:27 2019 +0200 |
tree | cc2829f6311044eebfe9d0fb986bb0a43f5d553e | |
parent | 3397f74ac2ac27f1eef48e950c3c8eeb0338fe55 [diff] [blame] |
patch 8.1.1454: build failure without the conceal feature Problem: Build failure without the conceal feature. Solution: Remove #ifdef.
diff --git a/src/version.c b/src/version.c index 2cefa3b..f83f7cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1454, +/**/ 1453, /**/ 1452,