runtime(doc): Update runtimepath default locations
Commit:
https://github.com/vim/vim/commit/9ebb666b8c9a74ca6f3c001fc1ececf798599036
Author: Andrey Butirsky <[email protected]>
Date: Mon Feb 16 22:17:06 2026 +0000
runtime(doc): Update runtimepath default locations
Stop mentioning "home directory" in the rtp search locations 1. and 5.,
which is incorrect in case of XDG scheme. $MYVIMDIR is correct, so use
this instead.
closes: #19438
Signed-off-by: Andrey Butirsky <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e56a22dad..22e2ce2e3 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 9.2. Last change: 2026 Feb 14
+*options.txt* For Vim version 9.2. Last change: 2026 Feb 17
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7338,7 +7338,7 @@ A jump table for the options with a short description can
be found at |Q_op|.
For $XDG_CONFIG_HOME see |xdg-base-dir|.
The defaults for most systems are setup to search five locations:
- 1. In your home directory, for your personal preferences.
+ 1. In your $MYVIMDIR directory, for your personal preferences.
2. In a system-wide Vim directory, for preferences from the system
administrator.
3. In $VIMRUNTIME, for files distributed with Vim.
@@ -7346,7 +7346,7 @@ A jump table for the options with a short description can
be found at |Q_op|.
4. In the "after" directory in the system-wide Vim directory. This is
for the system administrator to overrule or add to the distributed
defaults (rarely needed)
- 5. In the "after" directory in your home directory. This is for
+ 5. In the "after" directory in your $MYVIMDIR directory. This is for
personal preferences to overrule or add to the distributed defaults
or system-wide settings (rarely needed).
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vsQIm-00HDH1-Fr%40256bit.org.