commit | 100118c73ac068137cd298d22953896242752523 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 19:30:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 19:30:34 2020 +0100 |
tree | 4d9312af425ba7ccfd334237df32980d0f6ab8d6 | |
parent | 1b884a0053982335f644eec6c71027706bf3c522 [diff] [blame] |
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)
diff --git a/src/normal.c b/src/normal.c index da0ffc1..8dca538 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -5787,7 +5787,7 @@ clearop(cap->oap); if (VIsual_active) end_visual_mode(); // stop Visual mode - do_cmdline_cmd((char_u *)"st"); + do_cmdline_cmd((char_u *)"stop"); } /*