runtime(doc): document change in Windows behavior for patch 9.1.1947
Commit:
https://github.com/vim/vim/commit/b22c145c2262c5c2f5b747ea5aece7f6e4858273
Author: Christian Brabandt <
c...@256bit.org>
Date: Tue Dec 9 12:36:15 2025 +0100
runtime(doc): document change in Windows behavior for patch 9.1.1947
closes:
https://github.com/vim/vim/issues/18886
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index a4bd33be8..e4073627c 100644
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -1,4 +1,4 @@
-*version9.txt* For Vim version 9.1. Last change: 2025 Nov 27
+*version9.txt* For Vim version 9.1. Last change: 2025 Dec 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41757,6 +41757,9 @@ Platform specific ~
absolute paths (to the current drive) and no longer relative.
- MS-Windows: The title bar follows the |hl-TitleBar| and |hl-TitleBarNC|
highlighting group |gui-w32-title-bar|.
+- MS-Windows: Vim no longer searches the current directory for
+ executables when running external commands; use a relative or absolute path
+ if you want the previous behavior |NoDefaultCurrentDirectoryInExePath|.
- macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION.
Others: ~