Re: Suggestion for a change to compiler/gcc.vim

2006-12-20 Thread Nikolai Weibull
On 8/1/06, Nicolas Schodet <[EMAIL PROTECTED]> wrote: * Nikolai Weibull <[EMAIL PROTECTED]> [060722 12:08]: > I am the maintainer of compiler/gcc.vim and I would like to propose > the following change to its errorformat: > @@ -20,7 +20,8 @@ setlocal errorformat= > \\"%f\"\\,\ line\ %l%*\\D

Re: Suggestion for a change to compiler/gcc.vim

2006-08-01 Thread Nicolas Schodet
* Nikolai Weibull <[EMAIL PROTECTED]> [060722 12:08]: > I am the maintainer of compiler/gcc.vim and I would like to propose > the following change to its errorformat: > @@ -20,7 +20,8 @@ setlocal errorformat= > \\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m, > \%D%*\\a[%*\\d]:\ Entering\ direc

Re: Suggestion for a change to compiler/gcc.vim

2006-07-23 Thread Gary Johnson
On 2006-07-22, Nikolai Weibull <[EMAIL PROTECTED]> wrote: > On 7/22/06, Ilya <[EMAIL PROTECTED]> wrote: > > Nikolai Weibull wrote: > > > > So the addition of %-G%.%# to exclude anything but the defined formats > > > from the listing saves us the trouble of seeing useless compiler > > > command-lin

Re: Suggestion for a change to compiler/gcc.vim

2006-07-22 Thread Nikolai Weibull
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\

Re: Suggestion for a change to compiler/gcc.vim

2006-07-22 Thread Ilya
Nikolai Weibull wrote: I am the maintainer of compiler/gcc.vim and I would like to propose the following change to its errorformat: @@ -20,7 +20,8 @@ setlocal errorformat= \\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m, \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f', \%X%*\\a[%*\\d]:\ Lea

Re: Suggestion for a change to compiler/gcc.vim

2006-07-22 Thread Nikolai Weibull
On 7/22/06, Ilya <[EMAIL PROTECTED]> wrote: Nikolai Weibull wrote: > So the addition of %-G%.%# to exclude anything but the defined formats > from the listing saves us the trouble of seeing useless compiler > command-lines in the list of changes. If this is really such a drastic change, the

Re: Suggestion for a change to compiler/gcc.vim

2006-07-22 Thread Ilya
Nikolai Weibull wrote: I am the maintainer of compiler/gcc.vim and I would like to propose the following change to its errorformat: @@ -20,7 +20,8 @@ setlocal errorformat= \\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m, \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f', \%X%*\\a[%*\\d]:\ Lea

Suggestion for a change to compiler/gcc.vim

2006-07-22 Thread Nikolai Weibull
I am the maintainer of compiler/gcc.vim and I would like to propose the following change to its errorformat: @@ -20,7 +20,8 @@ setlocal errorformat= \\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m, \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f', \%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f', -