summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-08-07 19:32:52 +0200
committerBram Moolenaar <Bram@vim.org>2018-08-07 19:32:52 +0200
commitee380ae376692529b6f1805185015cb4717c6940 (patch)
tree07f07e9ac42332c087a9066e25d36e0a1eb2792f /src/version.c
parent91d2e783b41ca900bc603b3cb5e083c8a4a33170 (diff)
downloadvim-git-ee380ae376692529b6f1805185015cb4717c6940.tar.gz
patch 8.1.0246: build failure without the +eval featurev8.1.0246
Problem: Build failure without the +eval feature. Solution: Add #ifdef
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 3b437c45a..a3539f0c1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 246,
+/**/
245,
/**/
244,