neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit c24cc4c352d8e67955ef4696f8cf83bc6d8852f3
parent c5d4050586da39c831a4e8f0cea5a4ec3b829084
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue,  9 Dec 2025 20:41:49 +0800

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 <cb@256bit.org>
Diffstat:
Mruntime/doc/news.txt | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt @@ -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