1
0
forked from aniani/vim

patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value

Problem:    Failure when the "term_rows" argument of term_start() is an
            unusual value.
Solution:   Limit to range of zero to 1000. (closes #9116)
This commit is contained in:
Bram Moolenaar
2021-11-13 10:27:40 +00:00
parent 606efc7df4
commit 5300be620c
4 changed files with 11 additions and 1 deletions

View File

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