|
1 |
| -*builtin.txt* For Vim version 9.1. Last change: 2024 Apr 07 |
| 1 | +*builtin.txt* For Vim version 9.1. Last change: 2024 May 05 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -2544,7 +2544,7 @@ expand({string} [, {nosuf} [, {list}]]) *expand()*
|
2544 | 2544 | not start with '%', '#' or '<', see below.
|
2545 | 2545 |
|
2546 | 2546 | For a |:terminal| window '%' expands to a '!' followed by
|
2547 |
| - the command or shell that is run |terminal-bufname| |
| 2547 | + the command or shell that is run. |terminal-bufname| |
2548 | 2548 |
|
2549 | 2549 | When {string} starts with '%', '#' or '<', the expansion is
|
2550 | 2550 | done like for the |cmdline-special| variables with their
|
@@ -4382,7 +4382,7 @@ getscriptinfo([{opts}]) *getscriptinfo()*
|
4382 | 4382 |
|
4383 | 4383 | Examples: >
|
4384 | 4384 | :echo getscriptinfo({'name': 'myscript'})
|
4385 |
| - :echo getscriptinfo({'sid': 15}).variables |
| 4385 | + :echo getscriptinfo({'sid': 15})[0].variables |
4386 | 4386 | <
|
4387 | 4387 | gettabinfo([{tabnr}]) *gettabinfo()*
|
4388 | 4388 | If {tabnr} is not specified, then information about all the
|
@@ -9980,6 +9980,10 @@ synconcealed({lnum}, {col}) *synconcealed()*
|
9980 | 9980 | synconcealed(lnum, 5) [1, 'X', 2]
|
9981 | 9981 | synconcealed(lnum, 6) [0, '', 0]
|
9982 | 9982 |
|
| 9983 | + Note: Doesn't consider |matchadd()| highlighting items, |
| 9984 | + since syntax and matching highlighting are two different |
| 9985 | + mechanisms |syntax-vs-match|. |
| 9986 | + |
9983 | 9987 |
|
9984 | 9988 | synstack({lnum}, {col}) *synstack()*
|
9985 | 9989 | Return a |List|, which is the stack of syntax items at the
|
|
0 commit comments