commit | 07d1356648a2a9b5f07e20ff1d3c4c606ae45d49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 18:43:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 18:43:08 2019 +0200 |
tree | 9091fe505fa1def0d3771747878d7598b33276e6 | |
parent | bbca7732e8a3deb6e5dcf84739579a2667a75475 [diff] [blame] |
patch 8.1.1744: build error without the conceal feature Problem: Build error without the conceal feature. Solution: Define variables also without the conceal feature.
diff --git a/src/version.c b/src/version.c index 1253846..df0bc83 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1744, +/**/ 1743, /**/ 1742,