mirror of
https://github.com/neovim/neovim.git
synced 2026-03-01 14:48:26 +00:00
Problem:
`vim.system()` doesn't invoke a shell, while the Vimscript function
`system()` does.
Solution:
Revert the change from 35af766de6 and use `vim.fn.system()` again to
actually invoke a shell.