summaryrefslogtreecommitdiffstats
path: root/runtime/doc/version9.txt
diff options
context:
space:
mode:
authorLuca Saccarola <github.e41mv@aleeas.com>2024-04-14 22:53:22 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-14 22:57:50 +0200
commitc9df1fb35a1866901c32df37dd39c8b39dbdb64a (patch)
tree321271a5ea8e877d12cc359c658a8188f58553f7 /runtime/doc/version9.txt
parentf9f5424d3e75bbdb35aa48fa6f9241d9479b35e8 (diff)
patch 9.1.0327: No support for using $XDG_CONFIG_HOMEv9.1.0327
Problem: No support for using $XDG_CONFIG_HOME Solution: optionally source $XDG_CONFIG_HOME/vim/vimrc (Luca Saccarola) fixes: #2034 closes: #14182 Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/version9.txt')
-rw-r--r--runtime/doc/version9.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index 69604e974a..c2779236ce 100644
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -41543,6 +41543,8 @@ and is a work in progress.
Support for Wayland UI.
+Support for the XDG Desktop Specification |xdg-base-dir|
+
Vim9 script
-----------
Add support for internal builtin functions with vim9 objects, see