drlatex wrote: > I have a gigantic file (millions of lines long), and I want > to make it all one line.
You could try the join commands, but read up on them first to decide if you want a space between lines or not. Perhaps: :setlocal noswapfile undolevels=-1 :%join! But of course if the file is seriously big, an editor is not the right tool. John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
