]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1163: $MYVIMDIR is set too late v9.1.1163
authorChristian Brabandt <cb@256bit.org>
Sat, 1 Mar 2025 15:30:33 +0000 (16:30 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 1 Mar 2025 15:30:33 +0000 (16:30 +0100)
commit1a741d3cb8ff3bf1a7097a63bc70c537655d190d
tree866c5828cae39edc39e272a47e3328839be916a4
parent7003a5d63f099671886c235a83b3e4fb36fb6370
patch 9.1.1163: $MYVIMDIR is set too late

Problem:  $MYVIMDIR is set too late and not available while sourcing
          runtime files (Maxim Kim, after v9.1.1159)
Solution: Also set it when $MYVIMRC file is found

fixes: #16764
closes: #16767

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/option.c
src/optionstr.c
src/proto/optionstr.pro
src/testdir/test_xdg.vim
src/version.c