2016-08-29 15:41 GMT+03:00 Luc Hermitte <[email protected]>: > Hi, > > >> > Is there a command somewhere to put or let block of raw lines in >> > VimL. >> >> To "put" you could use: >> insert >> line 1 >> line 2 >> Line 3 >> . > > Thanks. I forgot about this one. > > I'll see after the v8 release if we could have something similar to feed into > :let or may be other commands.
Why? I know only one language which has this feature - perl - others usually have some sort of multiline strings (if they have something at all). I would welcome Python-like line continuation (to continue line you need unclosed parenthesis, bracket or figure brace) and some kind of multiline strings accepted by evalN (making any of these work requires basically the same changes: in first place, passing down fgetline+cookie pair like the one accepted by do_one_cmd()), but not Perl-like <<EOF strings. > > -- > Luc Hermitte > > -- > -- > You received this message from the "vim_dev" 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 > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
