1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-11-22 20:41:05 +00:00
parent 364438d1e8
commit a787c24e00
2 changed files with 37 additions and 24 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
923,
/**/
922,
/**/