anokun7 wrote: > I can manually open all of them one by one and have multiple > vim windows open, but I am hoping there is a better way.
A better way to achieve what? You described your situation well, but you would need to say what you are hoping for. All 13 logs in split windows? One log per tab page? Are you hoping that Vim will automatically switch to show the tail of the log that changed most recently? How big are the logs? I would use command ':set uc=0' (:help updatecount) so there was no swapfile, and use "view" (read only) to open the logs. You might think about turning syntax highlighting off. These points would reduce overhead. John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
