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 wasn't successful.

anyone ?

Reply via email to