mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
Use save_tv_as_string(), same as vimL system(). This also makes jobsend() more liberal in what it can accept. For example, `jobsend(j, 123)` is now valid. Closes #1176