1
0
forked from aniani/vim

runtime(doc): correct getscriptinfo() example (#14718)

When "sid" is specified, it returns a List with a single item.

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq 2024-05-04 15:35:30 +08:00 committed by GitHub
parent 5715a72628
commit ad4881cb3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2024 Apr 07
*builtin.txt* For Vim version 9.1. Last change: 2024 May 04
VIM REFERENCE MANUAL by Bram Moolenaar
@ -4382,7 +4382,7 @@ getscriptinfo([{opts}]) *getscriptinfo()*
Examples: >
:echo getscriptinfo({'name': 'myscript'})
:echo getscriptinfo({'sid': 15}).variables
:echo getscriptinfo({'sid': 15})[0].variables
<
gettabinfo([{tabnr}]) *gettabinfo()*
If {tabnr} is not specified, then information about all the