mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 14:58:28 +00:00
vim-patch:8.2.2440: documentation based on patches is outdated (#39144)
Problem: Documentation based on patches is outdated.
Solution: Add changes to documentation in a patch.
853886722c
Trailing space was removed in later patches.
Also fix a few more misplaced error numbers from #8155.
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -8749,7 +8749,7 @@ M.funcs = {
|
||||
{func} is called for every item in {object}, which can be a
|
||||
|String|, |List| or a |Blob|. {func} is called with two
|
||||
arguments: the result so far and current item. After
|
||||
processing all items the result is returned.
|
||||
processing all items the result is returned. *E1132*
|
||||
|
||||
{initial} is the initial result. When omitted, the first item
|
||||
in {object} is used and {func} is first called for the second
|
||||
|
||||
Reference in New Issue
Block a user