summaryrefslogtreecommitdiffstats
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-23 23:46:31 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-23 23:46:31 +0000
commitb59ae59a58706e454ef8c78276f021b1f58466e7 (patch)
tree2bf1712bd7627d2a00ddc1bdf63c5ae8fc68deac /runtime/doc/eval.txt
parent43300f6034fbefb54b5d1dc1b4c72d5fe57438c8 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 3515891c6f..c22b3d0328 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 9.0. Last change: 2022 Nov 13
+*eval.txt* For Vim version 9.0. Last change: 2022 Nov 22
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1548,7 +1548,7 @@ to be doubled. These two commands are equivalent: >
if a =~ '\s*'
-interpolated-string *$quote* *interp-string*
+interpolated-string *$quote* *interpolated-string*
--------------------
$"string" interpolated string constant *expr-$quote*
$'string' interpolated literal string constant *expr-$'*
@@ -2859,7 +2859,7 @@ text...
does not need to be doubled.
If "eval" is specified, then any Vim expression in the
form {expr} is evaluated and the result replaces the
- expression, like with |interp-string|.
+ expression, like with |interpolated-string|.
Example where $HOME is expanded: >
let lines =<< trim eval END
some text