diff options
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 9d0258033..ddd733dc2 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, |