commit | e60b3c47d701e73ecbadb1b9a12bf82010cadae8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 05 20:40:34 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 05 20:40:34 2022 +0000 |
tree | f35b78c3599dcf67ba74d61af28b6d0e747245bf | |
parent | d82a47dd0493ee976aa3f15ecdc9aea7da6ad5bf [diff] [blame] |
patch 8.2.4013: build failure without the spell feature Problem: Build failure without the spell feature. Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index 833299e..3fb9262 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4013, +/**/ 4012, /**/ 4011,