1
0
forked from aniani/vim

patch 8.0.0583: fold test hangs on MS-Windows

Problem:    Fold test hangs on MS-Windows.
Solution:   Avoid overflow in compare.
This commit is contained in:
Bram Moolenaar
2017-04-23 16:48:20 +02:00
parent 5b276aa80e
commit b11c826ddc
2 changed files with 6 additions and 2 deletions

View File

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