>> I recommend using vimgrep, which uses Vim regular expressions: >> >> :vimgrep /some string with spaces in it/g *.tex > > Is there a vim command to replace strings for multiple files?
You can use the argdo/bufdo/windo/tabdo suite of commands to perform an ex command across all your args/bufs/wins/tabs such as :set hidden :bufdo %s/foo/bar/g [check they're okay] :wall -tim (still getting accustomed to the Dell Mini-9 kbd, so forgive any errors within) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
