commit | 340c59ec6f9635e8cbf61db7996d68f61b48679f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 20:37:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 20:37:03 2021 +0200 |
tree | 358f593731482dbed7d7f12afe9588316be3a8cb | |
parent | bdc0f1c6986e5d64f647e0924a4de795b47c549a [diff] [blame] |
patch 8.2.2807: build fails with tiny features Problem: Build fails with tiny features. Solution: Use a dummy function for ex_incdec().
diff --git a/src/version.c b/src/version.c index 1931aae..842a7bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2807, +/**/ 2806, /**/ 2805,