You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use vim.system instead of vim.fn.jobstart
With `vim.system` we get better type coersion and general support from
libuv. Jobstart is primarily meant to be used from vimscript, not lua.
Per `:h jobstart` it recommends using `vim.system`.
This also makes it easier to handle building the commands list for hurl
as now we only have to manage a table.
This is the first of a few commits related to pfeiferj#9 and pfeiferj#7.
0 commit comments