Closed ts826848 closed 9 years ago
Right, the errorformat
seems to have been broken for a long time. Please try 1ae5589. Check with the output in terminal and report back if you see any discrepancies.
Only change I noticed is that the carat (and the error'd expression) is gone:
Yes, that's what was supposed to happen. The error message is included, the offending line isn't. Your screenshot above shows the expected behaviour. If by "multi-line errors" you mean showing the entire output of javac in the error window, then no, this is not going to happen.
I suppose that's it then? Thank you for the quick response!
I'm half sure it's something on my end, but I can't for the life of me figure out how to change the behavior
javac likes to use a carat to point to where exactly in a line an error occurs. Unfortunately, the carat on my system either doesn't render at all (usually for smaller windows), or appears somewhere off to the right, making it somewhat less helpful for debugging.
Is it possible to get multi-line errors to work, or is it a limitation from how errors are displayed?
I'm on OS X 10.11, using either neovim built from git or vim 7.4 (seems to occur on both), and java 1.9.0_b74.