On 7/22/06, Ilya <[EMAIL PROTECTED]> wrote:

Nikolai Weibull wrote:

> @@ -20,7 +20,8 @@ setlocal errorformat=
>       \\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m,
>       \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f',
>       \%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f',
> -      \%DMaking\ %*\\a\ in\ %f
> +      \%DMaking\ %*\\a\ in\ %f,
> +      \%-G%.%#

I'm not quite sure that it may help, but do you know that you may mark
line as been general information line? Specially for "compiler version
strings or other headers that can be skipped". See :help efm-ignore

Yes (%+G instead of %-G), but why would I want to mark stuff like "gcc
-I. -I.. -D... ..." as a general information line?  That's just the
thing that would happen by default.  This way we can ignore that kind
of output.

 nikolai

Reply via email to