Hi Bram, On Tue, Jun 16, 2020 at 10:34 AM Bram Moolenaar <[email protected]> wrote:
> I'm wondering if this is really something we should encourage to be used. > In a :def function it's now possible to omit the line continuation, > especially for a list and dict. Why not use a :def function instead? It's > not fully stable yet, but this pull request is also new. > > > This will still be needed for executing pre-vim9 scripts from a register. For example, many times when developing the test scripts, I needed this support to copy a Vim script fragment and execute it. If the fragment had line continuation, then I need to copy it to another buffer, remove the line continuation and then yank it again and execute it. Regards, Yegappan -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7m93Ez6Mwzkh6m2JHxUKuMEyxA9j%3DQUmjvtK8oMHKizug%40mail.gmail.com.
