> Is there a way of searching through multiple buffers? ie: I'd like a > derivative of '/' to > be able to span files, ie: if it doesn't find it in one file, it goes to the > next > in the bufferlist, and so on..
I'm not aware of any functionality quite like that, though there is the :bufdo command. I suspect it would be easiest to use the functionality of :vimgrep to do the searching, provided your files are all in the same directory or something similarly convenient. Your recording would just use :cn rather than just n to jump to the line containing the next match. Ben. Send instant messages to your online friends http://au.messenger.yahoo.com --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
