Files
neovim/test/functional/eval
Marcos Almeida a2253744c9 system(): handle profiling and 'verbose' #8730
closes #8362

Vim's code calls `call_shell` directly from `get_system_output_as_rettv`
whereas in Nvim this function has been rewritten to not call `call_shell` but to call
`os_system` via `do_os_system`, losing the support for profiling and verbose.

Changing the code to call `call_shell` from `get_system_output_as_rettv`
seems to be too complicated to be worth it on the current version of the
code. So this commit duplicates the relevant code.
2018-07-29 03:49:11 +02:00
..
2018-02-13 20:48:51 +01:00
2017-02-23 19:48:41 +03:00
2017-12-11 10:34:58 +03:00
2018-04-22 20:32:25 +03:00