From df4b3ca5dc26689d866c0a743ab835917f4cd6b7 Mon Sep 17 00:00:00 2001 From: John Marriott Date: Mon, 30 Dec 2024 09:48:06 +0100 Subject: [PATCH] patch 9.1.0974: typo in change of commit v9.1.0873 Problem: typo in change of commit v9.1.0873 (Christ van Willegen) Solution: Add back the square brackets (John Marriott) closes: #16340 Signed-off-by: John Marriott Signed-off-by: Christian Brabandt --- src/fileio.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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, /**/