Files
neovim/test/functional/eval
Justin M. Keyes b08dc3ec19 win: jobstart(), system(): $PATHEXT-resolve exe
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
2019-07-21 20:51:37 +02:00
..
2017-02-23 19:48:41 +03:00
2019-04-02 01:28:11 +02:00
2017-12-11 10:34:58 +03:00
2018-04-22 20:32:25 +03:00