From: Christian Brabandt Date: Tue, 9 Dec 2025 11:36:15 +0000 (+0100) Subject: runtime(doc): document change in Windows behavior for patch 9.1.1947 X-Git-Tag: v9.1.1963~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22c145c2262c5c2f5b747ea5aece7f6e4858273;p=thirdparty%2Fvim.git runtime(doc): document change in Windows behavior for patch 9.1.1947 closes: #18886 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index a4bd33be80..e4073627cc 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: ~