vim-patch:b22c145: runtime(doc): document change in Windows behavior for patch 9.1.1947 (#36874)

closes: vim/vim#18886

b22c145c22

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2025-12-09 20:41:49 +08:00
committed by GitHub
parent c5d4050586
commit c24cc4c352

View File

@@ -78,6 +78,9 @@ EDITOR
formatting. To get the old behavior you can use `<C-R>=@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