mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.712
Problem: Missing change in another file. Solution: Also change message.c
This commit is contained in:
@@ -1761,6 +1761,11 @@ msg_prt_line(s, list)
|
|||||||
c = lcs_trail;
|
c = lcs_trail;
|
||||||
attr = hl_attr(HLF_8);
|
attr = hl_attr(HLF_8);
|
||||||
}
|
}
|
||||||
|
else if (c == ' ' && list && lcs_space != NUL)
|
||||||
|
{
|
||||||
|
c = lcs_space;
|
||||||
|
attr = hl_attr(HLF_8);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (c == NUL)
|
if (c == NUL)
|
||||||
|
@@ -741,6 +741,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 */
|
||||||
|
/**/
|
||||||
|
712,
|
||||||
/**/
|
/**/
|
||||||
711,
|
711,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user