runtime(doc): mention $XDG_CONFIG_HOME instead of $HOME/.config

Commit: 
https://github.com/vim/vim/commit/950292152cb186fdf3d41125a5ff354bdabdfe99
Author: Christian Brabandt <c...@256bit.org>
Date:   Thu Jul 4 17:31:06 2024 +0200

    runtime(doc): mention $XDG_CONFIG_HOME instead of $HOME/.config
    
    This makes it more consistent with :h vimrc and is more correct (in the
    case when $XDG_CONFIG_HOME has been defined to point to some other
    location.
    
    fixes: #15108
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 30e85ed14..c0da5e3df 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt*  For Vim version 9.1.  Last change: 2024 Jun 04
+*starting.txt*  For Vim version 9.1.  Last change: 2024 Jul 04
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -854,16 +854,16 @@ accordingly.  Vim proceeds in this order:
        I   The environment variable VIMINIT (see also |compatible-default|) (*)
            The value of $VIMINIT is used as an Ex command line.
        II  The user vimrc file(s):
-                   "$HOME/.vimrc"              (for Unix) (*)
-                   "$HOME/.vim/vimrc"          (for Unix) (*)
-                   "$HOME/.config/vim/vimrc"   (for Unix) (*)
-                   "s:.vimrc"                  (for Amiga) (*)
-                   "home:.vimrc"               (for Amiga) (*)
-                   "home:vimfiles:vimrc"       (for Amiga) (*)
-                   "$VIM/.vimrc"               (for Amiga) (*)
-                   "$HOME/_vimrc"              (for Win32) (*)
-                   "$HOME/vimfiles/vimrc"      (for Win32) (*)
-                   "$VIM/_vimrc"               (for Win32) (*)
+                   "$HOME/.vimrc"                (for Unix) (*)
+                   "$HOME/.vim/vimrc"            (for Unix) (*)
+                   "$XDG_CONFIG_HOME/vim/vimrc"  (for Unix) (*)
+                   "s:.vimrc"                    (for Amiga) (*)
+                   "home:.vimrc"                 (for Amiga) (*)
+                   "home:vimfiles:vimrc"         (for Amiga) (*)
+                   "$VIM/.vimrc"                 (for Amiga) (*)
+                   "$HOME/_vimrc"                (for Win32) (*)
+                   "$HOME/vimfiles/vimrc"        (for Win32) (*)
+                   "$VIM/_vimrc"                 (for Win32) (*)
                    "$HOME/config/settings/vim/vimrc"   (for Haiku) (*)
 
                Note: For Unix and Amiga, when ".vimrc" does not exist,

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1sPOdr-002Vwv-Cm%40256bit.org.

Raspunde prin e-mail lui