Files
neovim/runtime/doc
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-04 14:19:26 +02:00
2017-03-04 04:13:31 +01:00
2017-03-22 01:13:51 +01:00
2016-08-21 21:25:33 -04:00
2015-08-15 15:25:30 -03:00
2017-04-04 14:19:26 +02:00
2017-03-22 01:13:51 +01:00
2017-04-08 19:34:01 +03:00