commit | b2fe1d676f28af92989a842d4e8708dddf157b3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 21:33:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 21:33:40 2019 +0200 |
tree | a391643dc3c279bb4f7885598861a14f5941e4e7 | |
parent | 4e03933726e3698d962bf7dacdd27f306a4c5086 [diff] [blame] |
patch 8.1.2163: cannot build with +spell but without +syntax Problem: Cannot build with +spell but without +syntax. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 347e0d5..cfd54a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2163, +/**/ 2162, /**/ 2161,