From 06a604dc8ed0159773e0d6515a239f22e0cf0b5a Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 18 Feb 2026 21:24:40 +0000 Subject: [PATCH] runtime(doc): Mention xdg.vim in version9.txt Signed-off-by: Christian Brabandt --- runtime/doc/version9.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index 09a3c8c161..bd93f1bb36 100644 --- a/runtime/doc/version9.txt +++ b/runtime/doc/version9.txt @@ -52586,6 +52586,10 @@ Popups ~ ------ - Support for transparency, see |popup-opacity|. +Other ~ +----- +The new |xdg.vim| script for full XDG compatibility is included + *changed-9.3* Changed~ -------