mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user