mirror of
https://github.com/neovim/neovim.git
synced 2026-05-27 15:25:33 +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:
2
runtime/lua/vim/_meta/vimfn.gen.lua
generated
2
runtime/lua/vim/_meta/vimfn.gen.lua
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user