mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.2245
Problem: Filter test fails. Solution: Include missing changes.
This commit is contained in:
@@ -2931,12 +2931,14 @@ buflist_list(exarg_T *eap)
|
|||||||
|| (vim_strchr(eap->arg, '#')
|
|| (vim_strchr(eap->arg, '#')
|
||||||
&& (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)
|
||||||
vim_strncpy(NameBuff, buf_spname(buf), MAXPATHL - 1);
|
vim_strncpy(NameBuff, buf_spname(buf), MAXPATHL - 1);
|
||||||
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',
|
||||||
|
@@ -763,6 +763,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2245,
|
||||||
/**/
|
/**/
|
||||||
2244,
|
2244,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user