On Tue, Mar 15, 2011 at 10:13 AM, Anthony Campbell <[email protected]> wrote: > I have a directory with over 400 files, some of which contain a > particular string I want to modify manually. Is there any way to tell > vim to edit just the files which contain the specified string?
How about vim -o $(grep -rl string directory) ? Ryan -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
