mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
Update link to XDG base specification in option.c comment
closes: #18789 Co-authored-by: dkearns <dougkearns@gmail.com> Signed-off-by: Philip H. <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
2190036c8c
commit
23d4e496f6
@ -392,7 +392,7 @@ set_init_clean_rtp(void)
|
||||
* vimrc found is located in '$XDG_CONFIG_HOME/vim/vimrc'.
|
||||
* In case the '$XDG_CONFIG_HOME' variable is not set, '$HOME/.config' is used
|
||||
* as a fallback as is defined in the XDG base dir specification:
|
||||
* <https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html>
|
||||
* <https://specifications.freedesktop.org/basedir/latest/>
|
||||
*/
|
||||
static void
|
||||
set_init_xdg_rtp(void)
|
||||
|
||||
Reference in New Issue
Block a user