1
0
forked from aniani/vim

updated for version 7.3.739

Problem:    Computing number of lines may have an integer overflow.
Solution:   Check for MAXCOL explicitly. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2012-11-28 18:22:11 +01:00
parent 2df58b4a58
commit f4f1956724
2 changed files with 5 additions and 3 deletions

View File

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