diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-06-13 09:44:56 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-06-13 10:19:48 -0400 |
commit | 8b812183002ec869b20ae33ee7ec52452470fc52 (patch) | |
tree | 7d80b16e6f1555607a438f78132373b848cdbd4d /runtime | |
parent | 141647cfbb1f137e3eefe6ba8e658b475e902cac (diff) | |
download | rneovim-8b812183002ec869b20ae33ee7ec52452470fc52.tar.gz rneovim-8b812183002ec869b20ae33ee7ec52452470fc52.tar.bz2 rneovim-8b812183002ec869b20ae33ee7ec52452470fc52.zip |
vim-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 vim/vim#6604)
https://github.com/vim/vim/commit/aa970abd0a987de96321d33db82f70bbceac931b
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 5397846042..9f44c016f0 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -3693,6 +3693,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 @@ -10193,7 +10195,9 @@ 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} string without any other character. Watch out for |