mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 00:52:52 +10:00
When calling uv_spawn to launch a process set the libuv process flag UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS to disable escaping for the arguments otherwise libuv will wrap arguments in quotes.