Hi, On Sun, Dec 29, 2019 at 11:26 PM Linwei <[email protected]> wrote:
> Currently, quickfix/loclist window will convert matched text into a: > > filename |line number| message > filename |line number| message > filename |line number| message > > form, it is good for the grep output or traditional compiler outputs, but > more and more modern compilers / linters trend to generate a well formatted > output for better reading. > > And they get hard to read after being converted by quickfix window, here > is an example: > > what neomake/asyncrun/dispatch.vim make out of it in the quickfix window: > > [image: quickfix1] > <https://user-images.githubusercontent.com/3035071/71560564-cc5ff580-2aa6-11ea-982c-008435fd2b3c.png> > > ugh. > > And this is the original output in the shell: > > [image: quickfix2] > <https://user-images.githubusercontent.com/3035071/71560565-d8e44e00-2aa6-11ea-963b-e9442550ec67.png> > > I think I made my point, the origin output in the shell is more > understandable than the converted one in the quickfix. > > So, can we have an option, if it is enabled, keep the original text in the > quickfix window without any conversion, but highlighting is still reserved > for the matched lines. > > Is it reasonable request ?? > I have seen several other feature requests to customize the text displayed in the quickfix window. I am working on a patch to support this. Will shortly send a PR for this. - 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/CAAW7x7nBOOd3uz0t4ifp8ufjJkZyARpoqOAoFG6yUorR9zwYaw%40mail.gmail.com.
