summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/fixtures/cmdscript.cmd
AgeCommit message (Collapse)AuthorFiles
2019-07-21win: jobstart(), system(): $PATHEXT-resolve exeJustin M. Keyes1
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