comparison src/version.c @ 27346:71d606960955 v8.2.4201

patch 8.2.4201: when using the GUI CTRL-Z does not stop gvim Commit: https://github.com/vim/vim/commit/8e4af851fd3eff4b22fca962e5be783742e8f1bb Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 24 12:20:45 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 13:30:04 +0100
parents 44e82999b4e1
children 9a9c34c84cd4
comparison
equal deleted inserted replaced
27345:1f28cf4cd809 27346:71d606960955
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4201,
753 /**/ 755 /**/
754 4200, 756 4200,
755 /**/ 757 /**/
756 4199, 758 4199,
757 /**/ 759 /**/