commit | 2a4f06f370df0eb6fb77a05343604f5124ae5a11 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 18:44:29 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 18:44:29 2017 +0200 |
tree | e5b0c5d8851cae191f5f1e50bf61cb56e0506ce1 | |
parent | 9c8448472fe686f10c4aaf69bcf0fafbbd19abc2 [diff] [blame] |
patch 8.0.0834: can't build without the client-server feature Problem: Can't build without the client-server feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 4a77bdd..539fca2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 834, +/**/ 833, /**/ 832,