mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07: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))) {
|
||||
continue;
|
||||
}
|
||||
msg_putchar('\n');
|
||||
if (buf_spname(buf) != NULL)
|
||||
STRLCPY(NameBuff, buf_spname(buf), MAXPATHL);
|
||||
else
|
||||
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\"",
|
||||
buf->b_fnum,
|
||||
buf->b_p_bl ? ' ' : 'u',
|
||||
|
@ -199,7 +199,7 @@ static const int included_patches[] = {
|
||||
2248,
|
||||
// 2247 NA
|
||||
// 2246,
|
||||
// 2245,
|
||||
2245,
|
||||
2244,
|
||||
// 2243 NA
|
||||
2242,
|
||||
|
Loading…
Reference in New Issue
Block a user