summaryrefslogtreecommitdiffstats
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-30 20:26:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-30 20:26:34 +0100
commit9b03d3e75b4274493bbe76772d7b92238791964c (patch)
treed6d26fb5f2689da0a86eab0eab4dbbd016fb6eac /runtime/doc/eval.txt
parent04c4c5746e15884768d2cb41370c3276a196cd4c (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 9ac4942dde..fd293e4cf4 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -3608,6 +3608,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.
+
In |Vim9| script `:endfor` cannot be shortened, to
improve script readability.
@@ -3827,7 +3830,9 @@ text...
Like |:echomsg| but when the messages popup window is
available the message is displayed there. This means
it will show for three seconds and avoid a
- |hit-enter| prompt.
+ |hit-enter| prompt. If you want to hide it before
+ that, press Esc in Normal mode (when it would
+ otherwise beep).
The message window is available when Vim was compiled
with the +timer and the +popupwin features.