You forgot documentation. I guess this will add at least five lines
(empty line, tag, description (two lines), empty line). More with
examples. See `:h b:current_syntax-variable`, but this should be put
somewhere in quickfix.c: e.g. somewhere under `:h w:quickfix_title`,
but please attach tag to the paragraph with description, *not* to the
:copen command like w:quickfix_title (e.g. I would suggest using
b:current_syntax as a reference, but place it where w:quickfix_title
is placed).
>
>> set_internal_string_var("b:qflisttype", (curwin->w_llist_ref
And also tests. I am not familiar with that part of Vim, but
`curwin->w_llist_ref == NULL` looks suspicious: what if you *first*
create a location list and then from the same window create a location
list? This and the opposite (first quickfix) should be tested.
>> == NULL) ? "quickfix" : "location");
>
> What's dislike you this patch?
>
> Let's go the simple way :-)
There is also a question whether this shoud be `b:qflisttype` or
`w:qflisttype`. w:quickfix_title is attached to the window.
>
> Best regards,
> Hirohito Higashi (a.k.a h_east)
>
> --
> --
> 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+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.