Files
neovim/test/functional
Sanzhar Kuandyk a87e91677c fix(system): use native path for Windows executables #40885
Problem:
When 'shellslash' is set, exepath() returns forward-slashed paths.
Passing that path to vim.system() can prevent cmd.exe from launching.

Solution:
Convert the resolved executable path to native separators before spawning.
Add a Windows regression test for cmd.exe with 'shellslash' enabled.
2026-07-21 07:58:44 -04:00
..
2026-07-18 14:31:36 -04:00
2026-06-28 19:01:24 -04:00
2026-06-28 19:01:24 -04:00