0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.1378

Problem:    Can't change job settings after it started.
Solution:   Add job_setoptions() with the "stoponexit" flag.
This commit is contained in:
Bram Moolenaar
2016-02-21 16:40:11 +01:00
parent 08298fa1d3
commit 65edff8f51
6 changed files with 129 additions and 25 deletions

View File

@@ -1486,6 +1486,9 @@ getout(int exitval)
windgoto((int)Rows - 1, 0);
#endif
#ifdef FEAT_JOB
job_stop_on_exit();
#endif
#ifdef FEAT_LUA
lua_end();
#endif