diff options
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/version.c b/src/version.c index 4f6c51d60..c290b5040 100644 --- a/src/version.c +++ b/src/version.c @@ -106,7 +106,7 @@ static char *(features[]) = #else "-byte_offset", #endif -#ifdef FEAT_CHANNEL +#ifdef FEAT_JOB_CHANNEL "+channel", #else "-channel", @@ -289,7 +289,7 @@ static char *(features[]) = #else "-insert_expand", #endif -#ifdef FEAT_JOB +#ifdef FEAT_JOB_CHANNEL "+job", #else "-job", @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1537, +/**/ 1536, /**/ 1535, |