diff options
author | dundargoc <gocdundar@gmail.com> | 2024-09-29 14:07:21 +0200 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-10-23 14:13:42 +0200 |
commit | 3a86b60032bd659c2b12e984abb40cee93568558 (patch) | |
tree | 4070063b1f97ea8ab1b91dab66629ffe6030013b /src/nvim/eval.lua | |
parent | f6f2334ac28f41994ad6480b1a19e653c659662c (diff) | |
download | rneovim-3a86b60032bd659c2b12e984abb40cee93568558.tar.gz rneovim-3a86b60032bd659c2b12e984abb40cee93568558.tar.bz2 rneovim-3a86b60032bd659c2b12e984abb40cee93568558.zip |
docs: misc
Co-authored-by: David Pedersen <limero@me.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: Leo Schlosser <Leo.Schlosser@Student.HTW-Berlin.de>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 69f36796b9..5125bd0b88 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -6406,7 +6406,7 @@ M.funcs = { base = 1, desc = [=[ {expr1} must be a |List|, |String|, |Blob| or |Dictionary|. - When {expr1} is a |List|| or |Dictionary|, replace each + When {expr1} is a |List| or |Dictionary|, replace each item in {expr1} with the result of evaluating {expr2}. For a |Blob| each byte is replaced. For a |String|, each character, including composing |