summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-20 23:43:57 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-20 23:43:57 +0100
commitb2148f5864d297ca907cdecf7d13fa6c41ef2df1 (patch)
treecce733f0f34d236b2c12154a555823fb59b662c7 /src/version.c
parentedce7420d044a503f38284188770efba87121bd6 (diff)
downloadvim-git-b2148f5864d297ca907cdecf7d13fa6c41ef2df1.tar.gz
patch 8.1.0788: cannot build with tiny featuresv8.1.0788
Problem: Cannot build with tiny features. Solution: Adjust #ifdefs.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a47c73169..fb1e356d9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 788,
+/**/
787,
/**/
786,