summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 9d0258033f..ddd733dc2f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -289,6 +289,11 @@ static char *(features[]) =
#else
"-insert_expand",
#endif
+#ifdef FEAT_JOB
+ "+job",
+#else
+ "-job",
+#endif
#ifdef FEAT_JUMPLIST
"+jumplist",
#else
@@ -743,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1274,
+/**/
1273,
/**/
1272,