From: Christian Brabandt Date: Thu, 5 Sep 2024 16:21:21 +0000 (+0200) Subject: runtime(doc): Update version9.txt and mention $MYVIMDIR X-Git-Tag: v9.1.0719~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82f6134b1b46414fdbb97060276a5687f46abf89;p=thirdparty%2Fvim.git runtime(doc): Update version9.txt and mention $MYVIMDIR Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index fc07dc443d..03c8d6c782 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*