mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
b08dc3ec19
Windows: In order for jobstart(['foo']), system(['foo']) to find "foo.cmd", we must replace "foo" with "foo.cmd" before sending `argv` to process_spawn(). Rationale: jobstart([…]), system([…]) "executable" semantics should be consistent with the VimL executable() function. fix #9569 related: #10554
3 lines
28 B
Batchfile
3 lines
28 B
Batchfile
@echo off
|
|
echo much success
|