mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
eval: Refactor vimscript job control API
- Remove JobActivity autocmd and v:job_data variable - Simplify `jobstart` to receive: - An argument vector - An optional dictionary which may contain any of the current `jobstart` options plus `on_stdout`, `on_stderr` and `on_exit` callbacks. - Refactor and add more job tests - Update documentation
This commit is contained in:
@@ -63,7 +63,6 @@ enum {
|
||||
VV_OLDFILES,
|
||||
VV_WINDOWID,
|
||||
VV_PROGPATH,
|
||||
VV_JOB_DATA,
|
||||
VV_COMMAND_OUTPUT,
|
||||
VV_LEN, /* number of v: vars */
|
||||
};
|
||||
|
Reference in New Issue
Block a user