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 <cb@256bit.org>
This commit is contained in:
		| @ -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 | ||||
| @ -856,7 +856,7 @@ accordingly.  Vim proceeds in this order: | ||||
| 	II  The user vimrc file(s): | ||||
| 		    "$HOME/.vimrc"		  (for Unix) (*) | ||||
| 		    "$HOME/.vim/vimrc"		  (for Unix) (*) | ||||
| 		    "$HOME/.config/vim/vimrc"	(for Unix) (*) | ||||
| 		    "$XDG_CONFIG_HOME/vim/vimrc"  (for Unix) (*) | ||||
| 		    "s:.vimrc"			  (for Amiga) (*) | ||||
| 		    "home:.vimrc"		  (for Amiga) (*) | ||||
| 		    "home:vimfiles:vimrc"	  (for Amiga) (*) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user