diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/repeat.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 82a8c4c5cc..23ae3458ea 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -305,6 +305,9 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. first sourced. The number is used for the script ID |<SID>|. +:scr[iptnames][!] {scriptId} *:script* + Edit script {scriptId}. Suggested name is ":script". + *:fini* *:finish* *E168* :fini[sh] Stop sourcing a script. Can only be used in a Vim script file. This is a quick way to skip the rest of |