Hi, On Wed, Jun 28, 2017 at 12:16 PM, Marcin Szamotulski <[email protected]> wrote: > Hello vim_dev :) > > I wrote a patch to support module names in quickfix list. In various > languages (Python, JavaScript, Haskell, PureScript) and many others > module names are easier to recognize than file names - which often > become tediously long (especially with 'autochdir` setting. > > The PR is at github: https://github.com/vim/vim/pull/1757 > > I wonder what's the feedback. I will write some tests if there is > a chance to include it. >
With your patch the module name can be set only using the setqflist() function but not by parsing error lines using 'errorformat'. The fields in a quickfix entry can be usually set by either using the setqflist() function or by parsing the text using 'errorformat'. Is it possible to derive the module name from the text in the output? If possible, then can you add a new format specifier to the 'errorformat' option to get the module name? Regards, Yegappan > > Best regards, > Marcin Szamotulski > -- -- 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.
