Hi, On Sun, Oct 28, 2018 at 7:33 AM 'Marcin Szamotulski' via vim_dev <[email protected]> wrote: > > It would be nice to add multi line support for quickfix list. Some languages > output multi line error messages (Haskell, PureScript, ...) with a lot of > information that's not fitting into a single line. >
Vim already supports processing multi line error messages and converting them into quickfix entries. Please refer to ":help errorformat-multi-line". Does this work for you or does this need any enhancements? > > Currently, one has to show each error line as a separate quick fix entry, but > this breaks the correspondence between number of entries in quickfix list > and number of errors/warnings, or the jump to error from quickfix list. > > It would also be nice to have syntax highlighting for quick fix buffers. > The file syntax/qf.vim already defines some syntax highlighting for the quickfix entries. - 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]. For more options, visit https://groups.google.com/d/optout.
