Hi,

On Sat, Dec 1, 2018 at 11:20 AM K.Takata <vim-dev-git...@256bit.org> wrote:
>
> @k-takata commented on this pull request.
>
> ________________________________
>
> In src/buffer.c:
>
> > @@ -6183,8 +6262,16 @@ sign_list_placed(buf_T *rbuf)
>   }
>   for (p = buf->b_signlist; p != NULL && !got_int; p = p->next)
>   {
> -    vim_snprintf(lbuf, BUFSIZ, _("    line=%ld  id=%d  name=%s"),
> -   (long)p->lnum, p->id, sign_typenr2name(p->typenr));
> +    if (!sign_in_group(p, sign_group))
> + continue;
> +    if (p->group != NULL)
> + snprintf(group, BUFSIZ, "  group=%s", p->group);
>
> Why vim_snprintf isn't used here?
>

Thanks for spotting it. Updated the patch to use vim_snprintf().

Regards,
Yegappan

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui