mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
Factor out string_to_list() from f_system()'s implementation and use that to set job_data. This has the technical advantage of preserving NULs, and may be more convenient for users. Required for #1176.