mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
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:
parent
761a420c66
commit
950292152c
@ -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
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -856,7 +856,7 @@ accordingly. Vim proceeds in this order:
|
|||||||
II The user vimrc file(s):
|
II The user vimrc file(s):
|
||||||
"$HOME/.vimrc" (for Unix) (*)
|
"$HOME/.vimrc" (for Unix) (*)
|
||||||
"$HOME/.vim/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) (*)
|
"s:.vimrc" (for Amiga) (*)
|
||||||
"home:.vimrc" (for Amiga) (*)
|
"home:.vimrc" (for Amiga) (*)
|
||||||
"home:vimfiles:vimrc" (for Amiga) (*)
|
"home:vimfiles:vimrc" (for Amiga) (*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user