From c24cc4c352d8e67955ef4696f8cf83bc6d8852f3 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 9 Dec 2025 20:41:49 +0800 Subject: [PATCH] vim-patch:b22c145: runtime(doc): document change in Windows behavior for patch 9.1.1947 (#36874) closes: vim/vim#18886 https://github.com/vim/vim/commit/b22c145c2262c5c2f5b747ea5aece7f6e4858273 Co-authored-by: Christian Brabandt --- runtime/doc/news.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index a208f6e281..cd38af77c4 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -78,6 +78,9 @@ EDITOR formatting. To get the old behavior you can use `=@x`. • Buffer name URI scheme parsing more closely follows RFC3986, so for example "svn+ssh:", "ed2k:", and "iris.xpc:" are recognized as URI schemes. +• On Windows, Nvim no longer searches the current directory for executables + for running external commands; use a relative or absolute path if you want + the previous behavior |NoDefaultCurrentDirectoryInExePath|. EVENTS