On Tue, May 6, 2008 at 8:17 PM, Tzafrir Cohen <[EMAIL PROTECTED]> wrote:
> On Tue, May 06, 2008 at 02:58:18PM +0300, Erez D wrote:
> > On Tue, May 6, 2008 at 12:10 PM, Tzafrir Cohen <[EMAIL PROTECTED]>
> > wrote:
> >
> > > On Tue, May 06, 2008 at 11:04:30AM +0300, Erez D wrote:
> > > > hi
> > > >
On Tue, May 06, 2008 at 02:58:18PM +0300, Erez D wrote:
> On Tue, May 6, 2008 at 12:10 PM, Tzafrir Cohen <[EMAIL PROTECTED]>
> wrote:
>
> > On Tue, May 06, 2008 at 11:04:30AM +0300, Erez D wrote:
> > > hi
> > >
> > > i am running gvim under XP, and want to search for a word in a list of c
> > > fi
On Tue, May 6, 2008 at 12:10 PM, Tzafrir Cohen <[EMAIL PROTECTED]>
wrote:
> On Tue, May 06, 2008 at 11:04:30AM +0300, Erez D wrote:
> > hi
> >
> > i am running gvim under XP, and want to search for a word in a list of c
> > files,
> >
> > i could do that by:
> > :args *.c
> > :argdo /word
> >
> >
On Tue, May 06, 2008 at 11:04:30AM +0300, Erez D wrote:
> hi
>
> i am running gvim under XP, and want to search for a word in a list of c
> files,
>
> i could do that by:
> :args *.c
> :argdo /word
>
> but i prefer to get the output similar to the output of make: a list of
> lines where i can cl
hi
i am running gvim under XP, and want to search for a word in a list of c
files,
i could do that by:
:args *.c
:argdo /word
but i prefer to get the output similar to the output of make: a list of
lines where i can click and get to the places
i tried combining argdo with vimgrep or grep but wa