1
0
forked from aniani/vim

patch 7.4.712

Problem:    Missing change in another file.
Solution:   Also change message.c
This commit is contained in:
Bram Moolenaar 2015-04-22 22:18:22 +02:00
parent 4c6b3b20dd
commit 1510f996c5
2 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

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