]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): document change in Windows behavior for patch 9.1.1947
authorChristian Brabandt <cb@256bit.org>
Tue, 9 Dec 2025 11:36:15 +0000 (12:36 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 9 Dec 2025 11:36:15 +0000 (12:36 +0100)
closes: #18886

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/version9.txt

index a4bd33be80213039463888352c367f203c358e08..e4073627cca6cda7ef4fcce3b17b6c357b8004eb 100644 (file)
@@ -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: ~