1
0
forked from aniani/vim

patch 8.2.3601: check for overflow in put count does not work well

Problem:    Check for overflow in put count does not work well.
Solution:   Improve the overflow check. (Ozaki Kiichi, closes #9102)
This commit is contained in:
ichizok
2021-11-16 12:50:46 +00:00
committed by Bram Moolenaar
parent 314b773abb
commit fa53722367
3 changed files with 68 additions and 29 deletions

View File

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