runtime(doc): Update version9.txt and mention $MYVIMDIR
Commit:
https://github.com/vim/vim/commit/82f6134b1b46414fdbb97060276a5687f46abf89
Author: Christian Brabandt <
c...@256bit.org>
Date: Thu Sep 5 18:21:21 2024 +0200
runtime(doc): Update version9.txt and mention $MYVIMDIR
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index fc07dc443..03c8d6c78 100644
--- 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*