vim-patch:7.4.2245

Problem:    Filter test fails.
Solution:   Include missing changes.

77401add71
This commit is contained in:
James McCoy 2017-04-29 21:22:22 -04:00
parent 7bd97127b4
commit f477c23c62
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB
2 changed files with 6 additions and 2 deletions

View File

@ -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',

View File

@ -199,7 +199,7 @@ static const int included_patches[] = {
2248,
// 2247 NA
// 2246,
// 2245,
2245,
2244,
// 2243 NA
2242,