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:
committed by
Christian Brabandt
parent
14ede1890f
commit
df4b3ca5dc
@@ -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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user