]> granicus.if.org Git - vim/commit
patch 8.2.3941: SIGTSTP is not handled v8.2.3941
authordbivolaru <dbivolaru@jacobs-alumni.de>
Wed, 29 Dec 2021 19:41:47 +0000 (19:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Dec 2021 19:41:47 +0000 (19:41 +0000)
commitab16ad33ba10dd12ff6660fa57b88f1a30ddd8ba
tree85f14e9648cb4131f50599c792afb620e6ef43b6
parent94fb8274ca8c93a10102d41c8bcc848f75cb7334
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
src/ex_docmd.c
src/os_unix.c
src/proto/ex_docmd.pro
src/testdir/test_signals.vim
src/version.c