mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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
@@ -109,7 +109,6 @@ static void ex_pedit(exarg_T *eap);
|
||||
# define ex_pedit ex_ni
|
||||
#endif
|
||||
static void ex_hide(exarg_T *eap);
|
||||
static void ex_stop(exarg_T *eap);
|
||||
static void ex_exit(exarg_T *eap);
|
||||
static void ex_print(exarg_T *eap);
|
||||
#ifdef FEAT_BYTEOFF
|
||||
@@ -6200,7 +6199,7 @@ ex_hide(exarg_T *eap UNUSED)
|
||||
/*
|
||||
* ":stop" and ":suspend": Suspend Vim.
|
||||
*/
|
||||
static void
|
||||
void
|
||||
ex_stop(exarg_T *eap)
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user