Files
neovim/test/functional
Rui Abreu Ferreira f3cc843755 win: libuv_process_spawn(): special-case cmd.exe
Disable CommandLineToArgvW-standard quoting for cmd.exe.

libuv assumes spawned processes follow the convention expected by
CommandLineToArgvW(). But cmd.exe is non-conformant, so for cmd.exe:
- With system([]), the caller has full control (and responsibility) to
  quote arguments correctly.
- With system(''), shell* options are used.

libuv quoting is disabled if argv[0] is:
- cmd.exe
- cmd
- $COMSPEC resolving to a path with filename cmd.exe

Closes #6329
References #6387
2017-04-12 02:10:34 +02:00
..
2017-04-09 03:31:13 +03:00
2017-04-11 02:37:39 +02:00
2017-04-09 03:31:13 +03:00
2017-03-29 10:08:45 +03:00
2016-06-10 21:50:49 +03:00