Tuesday, January 5, 2010

Re: Using carriage returns into let line vimscript

-------- Original-Nachricht --------
> Datum: Tue, 5 Jan 2010 03:05:23 -0800 (PST)
> Von: epanda <callingelvis@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

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment