1
0
forked from aniani/vim

patch 8.2.2547: "%" command not accurate for big files

Problem:    "%" command not accurate for big files.
Solution:   Make it more accurate for files up to 21M lines. (Dominique Pellé,
            closes #7889)
This commit is contained in:
Bram Moolenaar
2021-02-23 19:32:03 +01:00
parent 21a83bd53d
commit 2c6553498e
2 changed files with 7 additions and 3 deletions

View File

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