changeset 36105:4d9795b5ae19

runtime(doc): Update version9.txt and mention $MYVIMDIR Commit: https://github.com/vim/vim/commit/82f6134b1b46414fdbb97060276a5687f46abf89 Author: Christian Brabandt <cb@256bit.org> Date: Thu Sep 5 18:21:21 2024 +0200 runtime(doc): Update version9.txt and mention $MYVIMDIR Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Sep 2024 18:30:03 +0200
parents fc2a1a6c0d2d
children 4f6a30c3d7f2
files runtime/doc/version9.txt
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -41668,6 +41668,10 @@ Python3 support in OpenVMS.
 Support for |fuzzy-matching| during |ins-completion| with the "fuzzy"
 values of the 'completeopt' setting
 
+The environment variable |$MYVIMDIR| is set to the users personal runtime
+directory ($HOME/.vim or $HOME/.config/vim on Linux, $HOME/vimfiles
+on Windows)
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-9.2*