summaryrefslogtreecommitdiff
path: root/src/proto/ex_docmd.pro
diff options
context:
space:
mode:
authordbivolaru <dbivolaru@jacobs-alumni.de>2021-12-29 19:41:47 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-29 19:41:47 +0000
commitab16ad33ba10dd12ff6660fa57b88f1a30ddd8ba (patch)
tree85f14e9648cb4131f50599c792afb620e6ef43b6 /src/proto/ex_docmd.pro
parent94fb8274ca8c93a10102d41c8bcc848f75cb7334 (diff)
downloadvim-git-ab16ad33ba10dd12ff6660fa57b88f1a30ddd8ba.tar.gz
patch 8.2.3941: SIGTSTP is not handledv8.2.3941
Problem: SIGTSTP is not handled. Solution: Handle SIGTSTP like pressing CTRL-Z. (closes #9422)
Diffstat (limited to 'src/proto/ex_docmd.pro')
-rw-r--r--src/proto/ex_docmd.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_docmd.pro b/src/proto/ex_docmd.pro
index d88b8a3e5..0fed2f02d 100644
--- a/src/proto/ex_docmd.pro
+++ b/src/proto/ex_docmd.pro
@@ -40,6 +40,7 @@ int before_quit_autocmds(win_T *wp, int quit_all, int forceit);
void ex_quit(exarg_T *eap);
void tabpage_close(int forceit);
void tabpage_close_other(tabpage_T *tp, int forceit);
+void ex_stop(exarg_T *eap);
void handle_drop(int filec, char_u **filev, int split, void (*callback)(void *), void *cookie);
void handle_any_postponed_drop(void);
void ex_splitview(exarg_T *eap);