Hi, I have been thinking about implementing something along the lines of the 'statusline' option (e.g. 'qfline') for formatting the lines displayed in the quickfix buffer.
- Yegappan On Fri, May 31, 2019 at 7:21 PM Daniel Hahler <[email protected]> wrote: > Just for reference: Neomake has an experimental/optional feature to > re-format the quickfix/location list (via neomake#quickfix#enable()). > It applies formatting according to / based on the makers/linters that were > used, and adds basic highlighting, e.g. for E\d+ from Python's flake8. > It also shortens / aligns columns, and only displays the buffer name if > necessary (when multiple buffers are in the list), otherwise (and in > general) the quickfix title is used. > lnum/cols and maker names are aligned. > > With multiple buffers it adds the name to the first entry where it > changes. When it would use a separate column for this, a lot of space would > be wasted (since that's repeated information). > > [image: 2019-06-01-041634_952x515_escrotum] > <https://user-images.githubusercontent.com/9766/58742312-1820c280-8424-11e9-95b3-66bf22731f25.png> > > I see that this is very specific to Neomake's use case, and especially for > having a single buffer therein mostly, but just wanted to share this anyway > > > -- -- 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/CAAW7x7kP39WudOYV72y7ESSHYqoLZ9FDmEnGsa9weuyK5tc3bg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
