Hi Bram, On Fri, Jan 10, 2020 at 11:19 PM Bram Moolenaar <[email protected]> wrote: > > I wonder if we should make the function argument a dictionary, with the three > entries > that are currently the arguments. That makes it a lot easier to later add > another argument. >
I have updated the PR with this change. The callback function now takes a dict argument. > > The help text mostly refers to the "quickfix buffer". However, existing help > text refers to > "quickfix window", as it's the window that matters to the user. That it > contains a special > buffer is more an implementation detail. > Updated the doc to use "quickfix window" instead of "quickfix buffer". > > Shortening "quickfix" to "qf" in the option name is a bit obscure, it would > be the first. > How about "quickfixtext"? Or "quickfixtextfunc" to be more accurate, but also > quite > long. The short version can be 'qftf', which is OK. > Changed the option name to "quickfixtextfunc". 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7mYGTqUyu4rSFe2Rb9q9P2%3Dh5aSt%2BURBshoC3qMK2%2BfPA%40mail.gmail.com.
