Re: [vim/vim] patch 9.2.XXXX: line continuation for command arguments is undocumented (PR #21073)
Amariah Abishai (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/21073/[email protected]> |
AmariahAK left a comment (vim/vim#21073) @h-east Thanks for explaining the concern. I took a step back to take a look and your way makes sense & is accurate I withdrew the parser changes and restored the pre-workaround behavior. The revised patch now follows the documented Vim9 continuation mechanism instead. The vim9-line-continuation documentation now names :command and :autocmd and includes examples using a backslash at the start of the continuation lines. The regression tests define and execute the called function and verify the resulting dictionary contents for both :command and :autocmd. No source parser changes or src/version.c changes remain in the revised patch. -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/pull/21073#issuecomment-5318378974 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/pull/21073/[email protected]> -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/21073/c5318378974%40github.com.