commit | 086ae06862077ba228fcae777f2a0b41416c11bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 22:56:36 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 22:56:36 2021 +0100 |
tree | c5b2cb71c73f24671ac8fd932f542c97c7275431 | |
parent | 75ab91ff3403e725a79ac9c7351b78e9aff71d67 [diff] [blame] |
patch 8.2.2326: build error with +eval feature but without +spell Problem: Build error with +eval feature but without +spell. Solution: Adjust #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 764d09d..63549a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2326, +/**/ 2325, /**/ 2324,