mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
Implement job control
- Add a job control module for spawning and controlling co-processes - Add three vimscript functions for interfacing with the module - Use dedicated header files for typedefs/structs in event/job modules
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
#include "os/input.h"
|
||||
#include "os/shell.h"
|
||||
#include "os/signal.h"
|
||||
#include "os/job.h"
|
||||
|
||||
#include "os_unixx.h" /* unix includes for os_unix.c only */
|
||||
|
||||
@@ -589,6 +590,7 @@ void mch_exit(int r)
|
||||
{
|
||||
exiting = TRUE;
|
||||
|
||||
job_teardown();
|
||||
|
||||
{
|
||||
settmode(TMODE_COOK);
|
||||
|
Reference in New Issue
Block a user