forked from aniani/vim
patch 8.2.3941: SIGTSTP is not handled
Problem: SIGTSTP is not handled. Solution: Handle SIGTSTP like pressing CTRL-Z. (closes #9422)
This commit is contained in:
committed by
Bram Moolenaar
parent
94fb8274ca
commit
ab16ad33ba
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3941,
|
||||
/**/
|
||||
3940,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user