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:
zeertzjq
2026-04-17 09:50:03 +08:00
committed by GitHub
parent f0a8e6f337
commit 39410ef42b
11 changed files with 22 additions and 17 deletions

View File

@@ -7202,7 +7202,7 @@ function vim.fn.readfile(fname, type, max) end
--- {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