]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0718: hard to know the users personal Vim Runtime Directory v9.1.0718
authorChristian Brabandt <cb@256bit.org>
Thu, 5 Sep 2024 15:46:19 +0000 (17:46 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 5 Sep 2024 15:46:19 +0000 (17:46 +0200)
commit4e7249a916bb6bb4be7e113b60381e4284ee574a
treea072265338a2c6d4196a3626d23826de7830b39a
parentf7b8609446f171a6a287f61564e39a8dac5ff47d
patch 9.1.0718: hard to know the users personal Vim Runtime Directory

Problem:  hard to guess the Vim Runtime Directory
Solution: Set the $MYVIMDIR environment variable to the users
          personal runtime directory (e.g. ~/.vim on Linux)

closes: #15576

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/starting.txt
runtime/doc/tags
src/option.c
src/testdir/test_xdg.vim
src/version.c