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:
@@ -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
|
||||
|
Reference in New Issue
Block a user