From: Philip H. <47042125+pheiduck@users.noreply.github.com> Date: Sun, 23 Nov 2025 19:35:12 +0000 (+0000) Subject: Update link to XDG base specification in option.c comment X-Git-Tag: v9.1.1927~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23d4e496f6e15773cd66080bb77ecde2a3f1a2ab;p=thirdparty%2Fvim.git Update link to XDG base specification in option.c comment closes: #18789 Co-authored-by: dkearns Signed-off-by: Philip H. <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/src/option.c b/src/option.c index 88b0769c71..f903dd79c6 100644 --- a/src/option.c +++ b/src/option.c @@ -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: - * + * */ static void set_init_xdg_rtp(void)