On Fri, Nov 21, 2008 at 8:35 PM, Ben Schmidt
<[EMAIL PROTECTED]> wrote:
>
>> I have the following output from a compiler:
>>
>> Loading configuration file
>> C:\Programs\Adobe\FlexBuilder3\sdks\3.1.0\frameworks\flex-config.xml
>> C:\projects\flex\src\MMO.mxml(488): Error: Access of undefined
>> property debugFlexBuilderRun.
>>
>> if( debugFlexBuilderRun ) {
>>
>
> I'm assuming there are five lines there:
Yes, you are correct.
> - Loading configuration file
> - Error: Access of undefined property ....
> - Blank line
> - Quoted source code
> - Blank line
>
> and that there are just a lot more because of mail software wrapping
> stuff.
>
> setlocal errorformat=
> \%-GLoading\ configuration\ file,
> \%E%f(%l):\ \ Error:\ %m,
> \%+C%.%#
Yes, that worked.
> Then you need to match the continuations of those lines, including for
> empty lines, so the easiest way to do this is just to use the .* regexp
> to match anything, plus mark it as a continuation to be included in the
> message:
> %+C%.%#
You said above is to use .*, yet you didn't use it in this line:
%+C%.%#
Are the * replaced by % when using errorformat?
Thanks very much.
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---