]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1948: Windows: Vim adds current directory to search path v9.1.1948
authorChristian Brabandt <cb@256bit.org>
Mon, 1 Dec 2025 20:51:35 +0000 (20:51 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 2 Dec 2025 21:46:34 +0000 (21:46 +0000)
commit4d87c9742a544a58c05cb34d4fbaac47e410b369
tree1bd121e0e225c6bbe66409a4084367ce01ceb489
parent083ec6d9a3b7b09006e0ce69ac802597d25856d6
patch 9.1.1948: Windows: Vim adds current directory to search path

Problem:  Windows: Vim always adds the current directory to search path.
          This should only happen when using cmd.exe as 'shell'. For
          example, powershell won't run binaries from the current
          directory.
Solution: Only add current directory to system path, when using cmd.exe
          as 'shell'.

related: #10341
related: 083ec6d9a3b7

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/os_win32.c
src/version.c