mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.0051
Problem: New code for job_stop() breaks channel test on AppVeyor. Solution: Revert the change.
This commit is contained in:
@@ -1437,6 +1437,7 @@ struct jobvar_S
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
PROCESS_INFORMATION jv_proc_info;
|
||||
HANDLE jv_job_object;
|
||||
#endif
|
||||
jobstatus_T jv_status;
|
||||
char_u *jv_stoponexit; /* allocated */
|
||||
|
Reference in New Issue
Block a user