Skip to content

Commit df4b3ca

Browse files
John Marriottchrisbra
authored andcommitted
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 <basilisk@internode.on.net> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 14ede18 commit df4b3ca

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/fileio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,7 @@ readfile(
25312531
if (ff_error == EOL_DOS)
25322532
{
25332533
buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE - buflen,
2534-
_("CR missing"));
2534+
_("[CR missing]"));
25352535
c = TRUE;
25362536
}
25372537
if (split)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
974,
707709
/**/
708710
973,
709711
/**/

0 commit comments

Comments
 (0)