commit | eb47d6d20a47707d810360fd1684b21f67d5dec8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 17:45:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 17:45:55 2022 +0100 |
tree | e112d22180600f133ebf1606c4b679709ada6576 | |
parent | 0466d398a550623126fba3a2a08208a798b28bda [diff] [blame] |
patch 9.0.0651: build fails without the +conceal feature Problem: Build fails without the +conceal feature. Solution: Rename called function.
diff --git a/src/version.c b/src/version.c index 000c1e3..c84d309 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 651, +/**/ 650, /**/ 649,