docs: clarify :runtime behavior without [where] again (#22003)

The behavior changed again after #15867, change the docs to describe
latest behavior.
This commit is contained in:
zeertzjq
2023-01-26 19:35:06 +08:00
committed by GitHub
parent 3544082f46
commit e02df23b4e

View File

@@ -211,9 +211,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
When [!] is included, all found files are sourced. When [!] is included, all found files are sourced.
Else only the first found file is sourced. Else only the first found file is sourced.
When [where] is omitted, first 'runtimepath' is When [where] is omitted only 'runtimepath' is used.
searched, then directories under "start" in 'packpath'
are searched.
Other values: Other values:
START search only under "start" in 'packpath' START search only under "start" in 'packpath'
OPT search only under "opt" in 'packpath' OPT search only under "opt" in 'packpath'