diff options
author | dbivolaru <dbivolaru@jacobs-alumni.de> | 2021-12-29 19:41:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-29 19:41:47 +0000 |
commit | ab16ad33ba10dd12ff6660fa57b88f1a30ddd8ba (patch) | |
tree | 85f14e9648cb4131f50599c792afb620e6ef43b6 /runtime/doc/autocmd.txt | |
parent | 94fb8274ca8c93a10102d41c8bcc848f75cb7334 (diff) | |
download | vim-git-ab16ad33ba10dd12ff6660fa57b88f1a30ddd8ba.tar.gz |
patch 8.2.3941: SIGTSTP is not handledv8.2.3941
Problem: SIGTSTP is not handled.
Solution: Handle SIGTSTP like pressing CTRL-Z. (closes #9422)
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |