Thursday, May 30, 2013

Re: Best possible plugin/tool for multiple files search/replace in gVim (windows)

Dear Swapnil,

as with some things in Vim,
accomplishing this task with standard Vim functions seems at first
somewhat tricky.
But Vim actually has everything you need to do a project wide search
and replace.
Once you'll have understood how to accomplish this you'll see,
that actually can do many more fancy things in the same manner.

Basically you just make use of the
:args and :argdo commands.

There could be no better explanation for this than the one Drew Neil gives here:
http://vimcasts.org/episodes/project-wide-find-and-replace/

Take 6 and a half minutes of your time and enjoy his excellent screencast.

Kind regards and Cheers!

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: