Files
neovim/runtime/lua/vim
Lewis Russell c0952e62fd feat(lua): add vim.system()
feat(lua): add vim.system()

Problem:

  Handling system commands in Lua is tedious and error-prone:
  - vim.fn.jobstart() is vimscript and comes with all limitations attached to typval.
  - vim.loop.spawn is too low level

Solution:

  Add vim.system().
  Partly inspired by Python's subprocess module
  Does not expose any libuv objects.
2023-06-07 13:52:23 +01:00
..
2023-06-07 13:52:23 +01:00
2023-06-07 13:52:23 +01:00
2023-05-13 21:33:22 +02:00
2023-06-07 13:52:23 +01:00
2023-05-13 21:33:22 +02:00
2023-02-22 16:23:49 +01:00
2023-06-06 06:38:45 -07:00