On Monday, October 26, 2015 at 5:11:38 AM UTC-5, LCD 47 wrote: > Summary: parsing %f with errorformat depends on isfname. It > probably shouldn't. >
Why? 'isfname' tells Vim what characters are considered file name characters. Why on earth shouldn't Vim pay attention to "what is a file name character?" when it is parsing an errorformat item that is "a sequence of file name characters"? I'd consider it a bug if Vim DIDN'T pay attention to 'isfname' when parsing %f items. -- -- 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.
