]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
Update link to XDG base specification in option.c comment
authorPhilip H. <47042125+pheiduck@users.noreply.github.com>
Sun, 23 Nov 2025 19:35:12 +0000 (19:35 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 23 Nov 2025 19:35:12 +0000 (19:35 +0000)
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>
src/option.c

index 88b0769c71d52e29e857a47f3f7ef594f9a110c6..f903dd79c60aca225412a386c539d8df6cc4be68 100644 (file)
@@ -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)