mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:7.4.2245
Problem: Filter test fails.
Solution: Include missing changes.
77401add71
This commit is contained in:
parent
7bd97127b4
commit
f477c23c62
@ -2365,12 +2365,16 @@ void buflist_list(exarg_T *eap)
|
|||||||
&& (buf == curbuf || curwin->w_alt_fnum != buf->b_fnum))) {
|
&& (buf == curbuf || curwin->w_alt_fnum != buf->b_fnum))) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
msg_putchar('\n');
|
|
||||||
if (buf_spname(buf) != NULL)
|
if (buf_spname(buf) != NULL)
|
||||||
STRLCPY(NameBuff, buf_spname(buf), MAXPATHL);
|
STRLCPY(NameBuff, buf_spname(buf), MAXPATHL);
|
||||||
else
|
else
|
||||||
home_replace(buf, buf->b_fname, NameBuff, MAXPATHL, TRUE);
|
home_replace(buf, buf->b_fname, NameBuff, MAXPATHL, TRUE);
|
||||||
|
|
||||||
|
if (message_filtered(NameBuff)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
msg_putchar('\n');
|
||||||
len = vim_snprintf((char *)IObuff, IOSIZE - 20, "%3d%c%c%c%c%c \"%s\"",
|
len = vim_snprintf((char *)IObuff, IOSIZE - 20, "%3d%c%c%c%c%c \"%s\"",
|
||||||
buf->b_fnum,
|
buf->b_fnum,
|
||||||
buf->b_p_bl ? ' ' : 'u',
|
buf->b_p_bl ? ' ' : 'u',
|
||||||
|
@ -199,7 +199,7 @@ static const int included_patches[] = {
|
|||||||
2248,
|
2248,
|
||||||
// 2247 NA
|
// 2247 NA
|
||||||
// 2246,
|
// 2246,
|
||||||
// 2245,
|
2245,
|
||||||
2244,
|
2244,
|
||||||
// 2243 NA
|
// 2243 NA
|
||||||
2242,
|
2242,
|
||||||
|
Loading…
Reference in New Issue
Block a user