aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-08-31 08:08:51 +0200
committerGitHub <noreply@github.com>2022-08-31 08:08:51 +0200
commit0903702634d8e5714749ea599a2f1042b3377525 (patch)
tree698b551aea0449d3fb3322704fe00875a0582ace /runtime/doc
parentf4274d0f62625683486d3912dcd6e8e45877c6a4 (diff)
downloadrneovim-0903702634d8e5714749ea599a2f1042b3377525.tar.gz
rneovim-0903702634d8e5714749ea599a2f1042b3377525.tar.bz2
rneovim-0903702634d8e5714749ea599a2f1042b3377525.zip
vim-patch:9b03d3e75b42 (#20013)
Update runtime files https://github.com/vim/vim/commit/9b03d3e75b4274493bbe76772d7b92238791964c
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 376adfec7f..3fbf1ee136 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -3167,6 +3167,9 @@ text...
iterate over. Unlike with |List|, modifying the
|Blob| does not affect the iteration.
+ When {object} is a |String| each item is a string with
+ one character, plus any combining characters.
+
:for [{var1}, {var2}, ...] in {listlist}
:endfo[r]
Like `:for` above, but each item in {listlist} must be