docs(builtin): remove signatures of undocumented functions (#27039)

Having an empty signature causes an empty line in generated docs,  so
remove it.

Also change ">" to ">vim" in foreach() docs.
This commit is contained in:
zeertzjq
2024-01-16 12:07:35 +08:00
committed by GitHub
parent 46a7c1b319
commit 92672a161c
3 changed files with 3 additions and 7 deletions

View File

@@ -2321,7 +2321,7 @@ function vim.fn.foldtextresult(lnum) end
--- the current item. For a |Blob| |v:key| has the index of the
--- current byte. For a |String| |v:key| has the index of the
--- current character.
--- Examples: >
--- Examples: >vim
--- call foreach(mylist, 'let used[v:val] = v:true')
--- <This records the items that are in the {expr1} list.
---