summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/version.c b/src/version.c
index 87f922f94b..c0ed2bf27f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -88,12 +88,12 @@ static char *(features[]) =
#else
"-autoservername",
#endif
-#ifdef FEAT_BEVAL
+#ifdef FEAT_BEVAL_GUI
"+balloon_eval",
#else
"-balloon_eval",
#endif
-#ifdef FEAT_BEVALTERM
+#ifdef FEAT_BEVAL_TERM
"+balloon_eval_term",
#else
"-balloon_eval_term",
@@ -772,6 +772,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1312,
+/**/
1311,
/**/
1310,