1
0
forked from aniani/vim

patch 8.0.0051

Problem:    New code for job_stop() breaks channel test on AppVeyor.
Solution:   Revert the change.
This commit is contained in:
Bram Moolenaar
2016-10-27 21:13:10 +02:00
parent 01688ad545
commit 14207f487c
3 changed files with 28 additions and 43 deletions

View File

@@ -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 */