mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00
vim-patch:7.4.712
Problem: Missing change in another file. Solution: Also change message.c https://github.com/vim/vim/releases/tag/v7-4-712
This commit is contained in:

committed by
Justin M. Keyes

parent
b52deb6cc8
commit
2632dc5890
@@ -1450,6 +1450,9 @@ void msg_prt_line(char_u *s, int list)
|
||||
} else if (c == ' ' && trail != NULL && s > trail) {
|
||||
c = lcs_trail;
|
||||
attr = hl_attr(HLF_8);
|
||||
} else if (c == ' ' && list && lcs_space != NUL) {
|
||||
c = lcs_space;
|
||||
attr = hl_attr(HLF_8);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -67,7 +67,7 @@ static char *features[] = {
|
||||
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
//712,
|
||||
712,
|
||||
711,
|
||||
710,
|
||||
//709,
|
||||
|
Reference in New Issue
Block a user