comparison runtime/doc/eval.txt @ 21608:24cb89db078d v8.2.1354

patch 8.2.1354: test 59 is old style Commit: https://github.com/vim/vim/commit/aa970abd0a987de96321d33db82f70bbceac931b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 2 16:10:39 2020 +0200 patch 8.2.1354: test 59 is old style Problem: Test 59 is old style. Solution: Convert into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6604)
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Aug 2020 16:15:03 +0200
parents 3a1ed539ae2a
children 1b345fb68ae3
comparison
equal deleted inserted replaced
21607:2fd50654cfac 21608:24cb89db078d
1 *eval.txt* For Vim version 8.2. Last change: 2020 Jul 21 1 *eval.txt* For Vim version 8.2. Last change: 2020 Aug 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4271 <sfile> sourced script file or function name 4271 <sfile> sourced script file or function name
4272 <slnum> sourced script line number or function 4272 <slnum> sourced script line number or function
4273 line number 4273 line number
4274 <sflnum> script file line number, also when in 4274 <sflnum> script file line number, also when in
4275 a function 4275 a function
4276 <SID> "<SNR>123_" where "123" is the
4277 current script ID |<SID>|
4276 <cword> word under the cursor 4278 <cword> word under the cursor
4277 <cWORD> WORD under the cursor 4279 <cWORD> WORD under the cursor
4278 <client> the {clientid} of the last received 4280 <client> the {clientid} of the last received
4279 message |server2client()| 4281 message |server2client()|
4280 Modifiers: 4282 Modifiers:
12127 text... 12129 text...
12128 text... 12130 text...
12129 {endmarker} 12131 {endmarker}
12130 Set internal variable {var-name} to a |List| 12132 Set internal variable {var-name} to a |List|
12131 containing the lines of text bounded by the string 12133 containing the lines of text bounded by the string
12132 {endmarker}. 12134 {endmarker}. The lines of text is used as a
12135 |literal-string|.
12133 {endmarker} must not contain white space. 12136 {endmarker} must not contain white space.
12134 {endmarker} cannot start with a lower case character. 12137 {endmarker} cannot start with a lower case character.
12135 The last line should end only with the {endmarker} 12138 The last line should end only with the {endmarker}
12136 string without any other character. Watch out for 12139 string without any other character. Watch out for
12137 white space after {endmarker}! 12140 white space after {endmarker}!