diff options
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c index e435ded57..139657470 100644 --- a/src/version.c +++ b/src/version.c @@ -41,7 +41,7 @@ init_longVersion(void) { /* * Construct the long version string. Necessary because - * VAX C can't catenate strings in the preprocessor. + * VAX C can't concatenate strings in the preprocessor. */ strcpy(longVersion, VIM_VERSION_LONG_DATE); strcat(longVersion, __DATE__); @@ -780,6 +780,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 989, +/**/ 988, /**/ 987, |