From ab16ad33ba10dd12ff6660fa57b88f1a30ddd8ba Mon Sep 17 00:00:00 2001 From: dbivolaru Date: Wed, 29 Dec 2021 19:41:47 +0000 Subject: patch 8.2.3941: SIGTSTP is not handled Problem: SIGTSTP is not handled. Solution: Handle SIGTSTP like pressing CTRL-Z. (closes #9422) --- runtime/doc/autocmd.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index e620f5c04..c1aee0ef8 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1279,8 +1279,8 @@ VimResume When the Vim instance is resumed after being :autocmd VimResume * checktime < *VimSuspend* VimSuspend When the Vim instance is suspended. Only when - CTRL-Z was typed inside Vim, not when the - SIGSTOP or SIGTSTP signal was sent to Vim. + CTRL-Z was typed inside Vim, or when the SIGTSTP + signal was sent to Vim, but not for SIGSTOP. *WinClosed* WinClosed After closing a window. The pattern is matched against the |window-ID|. Both -- cgit v1.2.1