diff options
author | James McCoy <jamessan@jamessan.com> | 2021-04-11 20:07:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 20:07:11 -0400 |
commit | 9b77a2bf60e5190369f5ed8828d82f29e3e20ca5 (patch) | |
tree | 4b2347a967042261d8e31074d5ad17dc09096eb1 | |
parent | fd908ded507bcc0251e7e43337a2e21bf5663cfd (diff) | |
parent | 9699f3be109222c1b9f7e056b62f27748251975e (diff) | |
download | rneovim-9b77a2bf60e5190369f5ed8828d82f29e3e20ca5.tar.gz rneovim-9b77a2bf60e5190369f5ed8828d82f29e3e20ca5.tar.bz2 rneovim-9b77a2bf60e5190369f5ed8828d82f29e3e20ca5.zip |
Merge pull request #14343 from jamessan/doc-fix
fix(doc): Add '/site' to stdpath('data') example in `:help 'rtp'`
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 04310ca8d4..651d4c4bc7 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4818,7 +4818,7 @@ A jump table for the options with a short description can be found at |Q_op|. |xdg| ($XDG_CONFIG_DIRS, defaults to /etc/xdg). This also contains preferences from system administrator. 3. Data home directory, for plugins installed by user. - Given by `stdpath("data")`. |$XDG_DATA_HOME| + Given by `stdpath("data")/site`. |$XDG_DATA_HOME| 4. nvim/site subdirectories for each directory in $XDG_DATA_DIRS. This is for plugins which were installed by system administrator, but are not part of the Nvim distribution. XDG_DATA_DIRS defaults |