diff options
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 558cc75d65..a66d77910b 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -231,6 +231,10 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. :runtime plugin/**/*.vim < would source the first file only. + For each {file} pattern, if a file has both a `.vim` + and `.lua` extensions, the `.vim` version will be sourced + first. + When 'verbose' is one or higher, there is a message when no file could be found. When 'verbose' is two or higher, there is a message |