0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.2245

Problem:    Filter test fails.
Solution:   Include missing changes.
This commit is contained in:
Bram Moolenaar
2016-08-24 00:12:12 +02:00
parent 7b668e83d0
commit 77401add71
2 changed files with 5 additions and 1 deletions

View File

@@ -2931,12 +2931,14 @@ buflist_list(exarg_T *eap)
|| (vim_strchr(eap->arg, '#')
&& (buf == curbuf || curwin->w_alt_fnum != buf->b_fnum)))
continue;
msg_putchar('\n');
if (buf_spname(buf) != NULL)
vim_strncpy(NameBuff, buf_spname(buf), MAXPATHL - 1);
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',