commit | 8e4af851fd3eff4b22fca962e5be783742e8f1bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 12:20:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 12:20:45 2022 +0000 |
tree | da82eadf75661f43f9a8d34494f3f43c035a6887 | |
parent | 7e765a39b795d5331bf2d4927b41df7b78915af9 [diff] [blame] |
patch 8.2.4201: when using the GUI CTRL-Z does not stop gvim Problem: When using the GUI CTRL-Z does not stop gvim. Solution: When using the GUI set SIGTSTP to SIG_DFL. (Andrew Maltsev, closes #9570)
diff --git a/src/version.c b/src/version.c index aa0910e..1ba9e1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4201, +/**/ 4200, /**/ 4199,