mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.2128: there is no way to do something on CTRL-Z
Problem: There is no way to do something on CTRL-Z. Solution: Add VimSuspend and VimResume autocommand events. (closes #7450)
This commit is contained in:
@@ -5787,7 +5787,7 @@ nv_suspend(cmdarg_T *cap)
|
||||
clearop(cap->oap);
|
||||
if (VIsual_active)
|
||||
end_visual_mode(); // stop Visual mode
|
||||
do_cmdline_cmd((char_u *)"st");
|
||||
do_cmdline_cmd((char_u *)"stop");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user