commit | 2c6553498e790604f50016d8435403523a2576d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 19:32:03 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 19:32:03 2021 +0100 |
tree | 809b32b0baedaa41e837ca2e6c4eedd6272e623d | |
parent | 21a83bd53d1fe21c780316c40fdc14d49167d08b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c63e60c..7eb0d05 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2547, +/**/ 2546, /**/ 2545,