> Many editors in Windows have been designed so that when pasting lines > from a file with one style of line ending into a file with another > style, no conversions will be made.
Another common reason for this that applies to webpages (the source of which the OP said he was editing) is that they are written with DOS format line endings, and/or source template files with DOS endings, but in dynamically generated content, just use "\n" in their code and thereby omit a bunch of Unix line endings, too. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
