1
0
forked from aniani/vim

patch 8.1.0953: a very long file is truncated at 2^31 lines

Problem:    A very long file is truncated at 2^31 lines.
Solution:   Use LONG_MAX for MAXLNUM. (Dominique Pelle, closes #4011)
This commit is contained in:
Bram Moolenaar
2019-02-19 21:24:54 +01:00
parent bbd854dc57
commit c9629251a6
2 changed files with 12 additions and 10 deletions

View File

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