Skip to content

Commit 854bc5c

Browse files
committed
eval.txt: Update Vim 8.2.5167
1 parent c3e29b7 commit 854bc5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/eval.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 8.2. Last change: 2022 Jun 03
1+
*eval.txt* For Vim version 8.2. Last change: 2022 Jun 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -181,7 +181,7 @@ You will not get an error if you try to change the type of a variable.
181181

182182

183183
1.2 Function references ~
184-
*Funcref* *E695* *E718* *E1192*
184+
*Funcref* *E695* *E718* *E1192*
185185
A Funcref variable is obtained with the |function()| function, the |funcref()|
186186
function, (in |Vim9| script) the name of a function, or created with the
187187
lambda expression |expr-lambda|. It can be used in an expression in the place
@@ -531,7 +531,7 @@ entry. Note that the String '04' and the Number 04 are different, since the
531531
Number will be converted to the String '4', leading zeros are dropped. The
532532
empty string can also be used as a key.
533533

534-
In |Vim9| script literally keys can be used if the key consists of alphanumeric
534+
In |Vim9| script a literal key can be used if it consists only of alphanumeric
535535
characters, underscore and dash, see |vim9-literal-dict|.
536536
*literal-Dict* *#{}*
537537
To avoid having to put quotes around every key the #{} form can be used in
@@ -1289,7 +1289,7 @@ Generally, if a |List| index is equal to or higher than the length of the
12891289
error.
12901290

12911291

1292-
expr10[expr1a : expr1b] substring or sublist *expr-[:]*
1292+
expr10[expr1a : expr1b] substring or |sublist| *expr-[:]* *substring*
12931293

12941294
If expr10 is a String this results in the substring with the bytes or
12951295
characters from expr1a to and including expr1b. expr10 is used as a String,
@@ -3287,7 +3287,7 @@ text...
32873287

32883288
If "eval" is not specified, then each line of text is
32893289
used as a |literal-string|, except that single quotes
3290-
doe not need to be doubled.
3290+
does not need to be doubled.
32913291
If "eval" is specified, then any Vim expression in the
32923292
form {expr} is evaluated and the result replaces the
32933293
expression, like with |interp-string|.

0 commit comments

Comments
 (0)