]> granicus.if.org Git - vim/commitdiff
patch 7.4.2245 v7.4.2245
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Aug 2016 22:12:12 +0000 (00:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Aug 2016 22:12:12 +0000 (00:12 +0200)
Problem:    Filter test fails.
Solution:   Include missing changes.

src/buffer.c
src/version.c

index 184f09f354b7fa4e68dc66dbdd145bf6884e1e7e..75de736f0c853556bd765d4613fb365f91784b1e 100644 (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',
index 0e172198e8cb1cc2f5f80099be35341be28e8d16..2204bc7b5d3c3921dc681879411e47f62c2da177 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2245,
 /**/
     2244,
 /**/