Wednesday, February 26, 2014

Re: Need help about CompilerSet errorformat

> > CompilerSet errorformat=%EError\ on\ line\ %l\ in %f:\ Column\ %c:,%Z%m
> However, the errorformat can't recognize the error message output by the
> Inno Setup compiler. The example error message is (two lines per error):
You need multilen error format descriptions.
:h errorformat

=> javac sample

:setl efm=%A%f:%l:\ %m,%-Z%p^,%-C%.%#


See docs for
%A start of a multi-line message (unspecified type)
%C continuation of a multi-line message

Thus try somethingc like this (untested)

%A%f:,%CColumn\ %l:,%Z%m

mind the \ before the space.

Marc Weber

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: