Skip to content

Commit 7fcde5f

Browse files
brammooldouglasdrumond
authored andcommitted
patch 7.4.712 Problem: Missing change in another file. Solution: Also change message.c
1 parent 1506c84 commit 7fcde5f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/message.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,11 @@ msg_prt_line(s, list)
17651765
c = lcs_trail;
17661766
attr = hl_attr(HLF_8);
17671767
}
1768+
else if (c == ' ' && list && lcs_space != NUL)
1769+
{
1770+
c = lcs_space;
1771+
attr = hl_attr(HLF_8);
1772+
}
17681773
}
17691774

17701775
if (c == NUL)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ static char *(features[]) =
756756

757757
static int included_patches[] =
758758
{ /* Add new patch number below this line */
759+
/**/
760+
712,
759761
/**/
760762
711,
761763
/**/

0 commit comments

Comments
 (0)