diff --git a/src/fileio.c b/src/fileio.c index 2f5710405e..93e13e331f 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2531,7 +2531,7 @@ failed: if (ff_error == EOL_DOS) { buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE - buflen, - _("CR missing")); + _("[CR missing]")); c = TRUE; } if (split) diff --git a/src/version.c b/src/version.c index f37ad9418e..3e3d9b29c2 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 974, /**/ 973, /**/