-------- Original-Nachricht -------- > Datum: Tue, 5 Jan 2010 03:05:23 -0800 (PST) > Von: epanda <[email protected]> > An: vim_use <[email protected]> > Betreff: Using carriage returns into let line vimscript
> Hi, > > The textwidth option set 78 col max. > > so when I have got a line that have more than 78 characters, it > returns to the next line. > > I wonder if we can use \ like in C. > > example : > > let line = foobar . \ > foo \ > bar > > ? >[...] See :help line-continuation HTH, Dennis Benzinger -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
