summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-02 16:10:39 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-02 16:10:39 +0200
commitaa970abd0a987de96321d33db82f70bbceac931b (patch)
treecc8ef467c00b6274b7e221caa7850f22bcd667fc /runtime
parent8b89614e69b9b2330539d0482e44f4724053e780 (diff)
patch 8.2.1354: test 59 is old stylev8.2.1354
Problem: Test 59 is old style. Solution: Convert into a new style test. (Yegappan Lakshmanan, closes #6604)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index d8994ef00c..8c6f7ded6b 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 8.2. Last change: 2020 Jul 21
+*eval.txt* For Vim version 8.2. Last change: 2020 Aug 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4273,6 +4273,8 @@ expand({expr} [, {nosuf} [, {list}]]) *expand()*
line number
<sflnum> script file line number, also when in
a function
+ <SID> "<SNR>123_" where "123" is the
+ current script ID |<SID>|
<cword> word under the cursor
<cWORD> WORD under the cursor
<client> the {clientid} of the last received
@@ -12129,7 +12131,8 @@ text...
{endmarker}
Set internal variable {var-name} to a |List|
containing the lines of text bounded by the string
- {endmarker}.
+ {endmarker}. The lines of text is used as a
+ |literal-string|.
{endmarker} must not contain white space.
{endmarker} cannot start with a lower case character.
The last line should end only with the {endmarker}