commit | a787c24e009b46955fb03a1f51b745e5e9795b7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 20:41:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 20:41:05 2022 +0000 |
tree | 2d9ed2885972b7a8e0e1e760e53ab951e98e7326 | |
parent | 364438d1e817d1d76003695f9ab533df35f8948a [diff] [blame] |
patch 9.0.0923: second SIGWINCH signal may be ignored Problem: Second SIGWINCH signal may be ignored. Solution: When set_shellsize() is busy when called then run the inner code again when it's done. (issue #424)
diff --git a/src/version.c b/src/version.c index c73f1c4..cd2023c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 923, +/**/ 922, /**/ 921,