commit | 80f95425cf98725004b5e8e723ca63f05d3723fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 25 23:42:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 25 23:42:13 2019 +0200 |
tree | 8e61e283af75f55876fd91a1a9dc50113c36ad68 | |
parent | 193ffd1d9f4f4d5412ce8d7a46bb2f89d47a56da [diff] [blame] |
patch 8.1.1397: build fails in tiny version Problem: Build fails in tiny version. Solution: Always define hl_combine_attr().
diff --git a/src/version.c b/src/version.c index 65a7b96..0e7f14d 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1397, +/**/ 1396, /**/ 1395,