[vim/vim] Vim9: dictionary in a lambda block is not documented (PR #20872)
h_east (Vim Github Repository) <[email protected]> Wed, 29 Jul 2026 07:40:01 -0700
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/[email protected]> |
```
Problem: It is not documented that inside a lambda block the closing "}"
of a dictionary must not be at the start of a line. The note
is only given for a command block, while the restriction is the
same.
Solution: Mention it at |inline-function| and refer to |command-block|.
```
fixes: #20693
You can view, comment on, or merge this pull request online at:
https://github.com/vim/vim/pull/20872
-- Commit Summary --
* Vim9: dictionary in a lambda block is not documented
-- File Changes --
M runtime/doc/vim9.txt (4)
-- Patch Links --
https://github.com/vim/vim/pull/20872.patch
https://github.com/vim/vim/pull/20872.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/20872
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/pull/[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/20872%40github.com.