On Oct 21, 10:25 am, [email protected] wrote: > Hi, > > is it possible to create a line of text with vim which > do not contain any \n, \ra ? > > Or in other words: The line should contain nothing > more than the visible chars. > > I need this to generate test data for testing a VFD... > > How can I accomplish this? >
The wiki can tell you how to automatically keep the line-ending off of files which are missing it already: http://vim.wikia.com/wiki/VimTip1369 Using this tip, you should also be able to simply set 'noeol' to force a file to save without one. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
