0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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>
This commit is contained in:
John Marriott
2024-12-30 09:48:06 +01:00
committed by Christian Brabandt
parent 14ede1890f
commit df4b3ca5dc
2 changed files with 3 additions and 1 deletions

View File

@@ -2531,7 +2531,7 @@ failed:
if (ff_error == EOL_DOS) if (ff_error == EOL_DOS)
{ {
buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE - buflen, buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE - buflen,
_("CR missing")); _("[CR missing]"));
c = TRUE; c = TRUE;
} }
if (split) if (split)

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
974,
/**/ /**/
973, 973,
/**/ /**/