diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-05-08 13:57:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 13:57:24 +0800 |
commit | 057a5bc78d90db50caa85cdb34986fb186f0fd98 (patch) | |
tree | e5d770680e129e8ebdbb3faf1d0efaecd6950c98 /runtime/doc/repeat.txt | |
parent | 01f81ed89e58c64827306615a87779bdfea405bc (diff) | |
download | rneovim-057a5bc78d90db50caa85cdb34986fb186f0fd98.tar.gz rneovim-057a5bc78d90db50caa85cdb34986fb186f0fd98.tar.bz2 rneovim-057a5bc78d90db50caa85cdb34986fb186f0fd98.zip |
docs: add some missing changes from Vim runtime updates (#23533)
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 23030761dd..8644ce4b38 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -336,6 +336,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. :scr[iptnames] List all sourced script names, in the order they were first sourced. The number is used for the script ID |<SID>|. + Also see `getscriptinfo()`. :scr[iptnames][!] {scriptId} *:script* Edit script {scriptId}. Although ":scriptnames name" |