vim-patch:8.2.2128: there is no way to do something on CTRL-Z (#39440)

Problem:    There is no way to do something on CTRL-Z.
Solution:   Add VimSuspend and VimResume autocommand events. (closes vim/vim#7450)

100118c73a

----

Nvim implemented these events first and has enough tests.
test_suspend.vim relies on Vim 'terminal' feature.
Treat it as N/A even if all tests could be ported as Lua functional
screen/terminal tests.

----

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
Jan Edmund Lazo
2026-04-26 23:57:01 -04:00
committed by GitHub
parent f69aadd2b4
commit 689c824ef7
3 changed files with 2 additions and 64 deletions

View File

@@ -116,6 +116,7 @@ src/testdir/test_remote.vim
src/testdir/test_restricted.vim
src/testdir/test_short_sleep.py
src/testdir/test_shortpathname.vim
src/testdir/test_suspend.vim
src/testdir/test_tcl.vim
src/testdir/test_termencoding.vim
src/testdir/test_xdg.vim