aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-04-10 13:42:59 -0400
committerJames McCoy <jamessan@jamessan.com>2021-04-10 13:45:48 -0400
commit9699f3be109222c1b9f7e056b62f27748251975e (patch)
treeff8b2389bfda22d4dd8dd90aaed2b6dde1ff55bb
parent062c64e24c3f51c94b4808387af1197ce34b45b8 (diff)
downloadrneovim-9699f3be109222c1b9f7e056b62f27748251975e.tar.gz
rneovim-9699f3be109222c1b9f7e056b62f27748251975e.tar.bz2
rneovim-9699f3be109222c1b9f7e056b62f27748251975e.zip
fix(doc): Add '/site' to stdpath('data') example in `:help 'rtp'`
[skip ci]
-rw-r--r--runtime/doc/options.txt2
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