commit e02df23b4e24046d99c7bfa6a63b4db16c28a7be
parent 3544082f463e5007371a6ac8092d2cfe8ddc91c3
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu, 26 Jan 2023 19:35:06 +0800
docs: clarify :runtime behavior without [where] again (#22003)
The behavior changed again after #15867, change the docs to describe
latest behavior.
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
@@ -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.
Else only the first found file is sourced.
- When [where] is omitted, first 'runtimepath' is
- searched, then directories under "start" in 'packpath'
- are searched.
+ When [where] is omitted only 'runtimepath' is used.
Other values:
START search only under "start" in 'packpath'
OPT search only under "opt" in 'packpath'