forked from aniani/vim
patch 7.4.712
Problem: Missing change in another file. Solution: Also change message.c
This commit is contained in:
parent
4c6b3b20dd
commit
1510f996c5
@ -1761,6 +1761,11 @@ msg_prt_line(s, list)
|
||||
c = lcs_trail;
|
||||
attr = hl_attr(HLF_8);
|
||||
}
|
||||
else if (c == ' ' && list && lcs_space != NUL)
|
||||
{
|
||||
c = lcs_space;
|
||||
attr = hl_attr(HLF_8);
|
||||
}
|
||||
}
|
||||
|
||||
if (c == NUL)
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
712,
|
||||
/**/
|
||||
711,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user