On Sat 7-Oct-06 5:43am -0600, Eric Smith wrote:
> I am using the following to search all buffers for "foo".
> b1|bufdo exec search("foo" , flags)
>
> This stops at the last match. How do I stop at the first match?
You could do something like:
:bufdo %s/foo//c
and hit 'q' if found.
--
Best regards,
Bill
