On 5 jan, 13:09, "Dennis Benzinger" <[email protected]> wrote: > -------- 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- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents -
Thank you ! -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
