Hi, On Mon, Oct 19, 2020 at 8:03 AM matze-dd <[email protected]> wrote:
> The PR is #7169 <https://github.com/vim/vim/pull/7169>, quote from there: > > Although all tests on Travis CI passed, I have a bad feeling with this PR. > The change is more an "educated guess", as I do not really understand the > machinery at work. There seem to be no tests for %v with multi-line > massages in test_quickfix.c. > > > The qf_viscol field should be set whenever the qf_col field is set. So the change should look like: if (!qfprev->qf_col) { qfprev->qf_col = fields->col; qfprev->qf_viscol = fields->use_viscol; } - 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/CAAW7x7n6nfJwfKRvvnRzS85wTZU%3DC_R6tqFfmqh%2BpcPHpBmYQg%40mail.gmail.com.
