summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-02-23 19:32:03 +0100
committerBram Moolenaar <Bram@vim.org>2021-02-23 19:32:03 +0100
commit2c6553498e790604f50016d8435403523a2576d6 (patch)
tree809b32b0baedaa41e837ca2e6c4eedd6272e623d /src/version.c
parent21a83bd53d1fe21c780316c40fdc14d49167d08b (diff)
downloadvim-git-2c6553498e790604f50016d8435403523a2576d6.tar.gz
patch 8.2.2547: "%" command not accurate for big filesv8.2.2547
Problem: "%" command not accurate for big files. Solution: Make it more accurate for files up to 21M lines. (Dominique Pellé, closes #7889)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c63e60c3d..7eb0d057a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2547,
+/**/
2546,
/**/
2545,