Tuesday, January 5, 2010

Re: Using carriage returns into let line vimscript

On 5 jan, 13:09, "Dennis Benzinger" <Dennis.Benzin...@gmx.net> wrote:
> -------- Original-Nachricht --------
>
>
>
>
>
> > Datum: Tue, 5 Jan 2010 03:05:23 -0800 (PST)
> > Von: epanda <callingel...@hotmail.fr>
> > An: vim_use <vim_use@googlegroups.com>
> > 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

No comments: