commit | 23b32a8d6bd9ec83c0c6632b7a8bfa544ac0a2f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 21:55:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 21:55:46 2021 +0100 |
tree | ff8388053b9d7782f2d7dbaf01921aef2a59591a | |
parent | 6635ae1437e6e343c0514524a8dfb19d9525b908 [diff] [blame] |
patch 8.2.2588: build failure with tiny features Problem: Build failure with tiny features. Solution: Add #ifdef. Run recover test separately.
diff --git a/src/version.c b/src/version.c index df8d2f9..4d693c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2588, +/**/ 2587, /**/ 2586,