On 3/1/07, Naim Far <[EMAIL PROTECTED]> wrote:
  I was wondering about argdo! Is there anyway to do the following
command

:grep <pattern> * | argdo :%s/<pattern>/<new_pattern>/g

How about this:
   vim `grep -l 'pattern' *`
:argdo :%s/<pattern>/<new_pattern>/g

Yakov

Reply via email to