diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-01-26 19:35:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 19:35:06 +0800 |
commit | e02df23b4e24046d99c7bfa6a63b4db16c28a7be (patch) | |
tree | 4b0424f802020db1cd038015a148c054d58304f1 | |
parent | 3544082f463e5007371a6ac8092d2cfe8ddc91c3 (diff) | |
download | rneovim-e02df23b4e24046d99c7bfa6a63b4db16c28a7be.tar.gz rneovim-e02df23b4e24046d99c7bfa6a63b4db16c28a7be.tar.bz2 rneovim-e02df23b4e24046d99c7bfa6a63b4db16c28a7be.zip |
docs: clarify :runtime behavior without [where] again (#22003)
The behavior changed again after #15867, change the docs to describe
latest behavior.
-rw-r--r-- | runtime/doc/repeat.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 1bbd20702b..bf77aacdc0 100644 --- 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' |