On Thu, Dec 18, 2008 at 10:32 AM, Vim Questions wrote: > Thank you, John, for your responce > > It did not work for me. > > I installed gVim 7.2 on my lap top (Windows). When I double click on it, it > opnes. I go to "file-> open" and bring my text (that is in .txt format). I > enterred the recommended command (copy and paste from your e-mail) in the > first line that is before the text. > Nothing happened.
Does :set ff? print out 'dos' or 'mac'? If so, you can convert the file to unix line endings by doing these two commands: :set ff=unix :w ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
