commit | b2148f5864d297ca907cdecf7d13fa6c41ef2df1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 20 23:43:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 20 23:43:57 2019 +0100 |
tree | cce733f0f34d236b2c12154a555823fb59b662c7 | |
parent | edce7420d044a503f38284188770efba87121bd6 [diff] [blame] |
patch 8.1.0788: cannot build with tiny features Problem: Cannot build with tiny features. Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index a47c731..fb1e356 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 788, +/**/ 787, /**/ 786,