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, i already withdrew the parser The lexer-based changes, including count_cmd_curly(), the delimiter heuristic, and brace-depth collection, have been removed. The current revision no longer parses :command or :autocmd arguments in C and therefore does not introduce the legacy/Vim9 comment, string, pattern, or UC_VIM9-context issues described above. The patch now documents the existing backslash-continuation mechanism for :command and :autocmd in *vim9-line-continuation* and adds regression tests that define and execute the called function and verify the dictionary contents. No source parser changes or src/version.c changes remain. -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/pull/21073#issuecomment-5318449028 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/c5318449028%40github.com.