Commit: patch 9.1.0974: typo in change of commit v9.1.0873

1 view
Skip to first unread message

Christian Brabandt

unread,
Dec 30, 2024, 4:00:13 AM12/30/24
to vim...@googlegroups.com
patch 9.1.0974: typo in change of commit v9.1.0873

Commit: https://github.com/vim/vim/commit/df4b3ca5dc26689d866c0a743ab835917f4cd6b7
Author: John Marriott <basi...@internode.on.net>
Date: Mon Dec 30 09:48:06 2024 +0100

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 <basi...@internode.on.net>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/fileio.c b/src/fileio.c
index 2f5710405..93e13e331 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 f37ad9418..3e3d9b29c 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,
/**/
Reply all
Reply to author
Forward
0 new messages